I am trying to count certain criteria in a column.
The table looks like thisio:
ID ------- NAME ------- DECISION
1 -------- John ------- APP
2 -------- John ------- APP
3 -------- John ------- APP
4 -------- John ------- DEC
5 -------- John ------- DEC
6 -------- John ------- APP
7 -------- John ------- APP
Query result should be:
Name --- APP --- DEC
John ----- 5 ------ 2
Any help appreciated!
The table looks like thisio:
ID ------- NAME ------- DECISION
1 -------- John ------- APP
2 -------- John ------- APP
3 -------- John ------- APP
4 -------- John ------- DEC
5 -------- John ------- DEC
6 -------- John ------- APP
7 -------- John ------- APP
Query result should be:
Name --- APP --- DEC
John ----- 5 ------ 2
Any help appreciated!