R
Ranjith Kurian
I have a table(ABC) with the below three columns as shown below
DEPT Status POST
A Quit AVP
A Quit AVP
B Quit TL
C Quit Specialist
C Quit Specialist
D Board TL
E Board TL
I need a form to view the above table as shown below, it should calculate
only the count of Post if the Status is Quit based on Dept
DEPT AVP TL Specialist Total
A 2 0 0 2
B 0 1 0 1
C 0 0 2 2
D 0 0 0 0
E 0 0 0 0
DEPT Status POST
A Quit AVP
A Quit AVP
B Quit TL
C Quit Specialist
C Quit Specialist
D Board TL
E Board TL
I need a form to view the above table as shown below, it should calculate
only the count of Post if the Status is Quit based on Dept
DEPT AVP TL Specialist Total
A 2 0 0 2
B 0 1 0 1
C 0 0 2 2
D 0 0 0 0
E 0 0 0 0