I'm creating a manual cross tab. I have grouped my report by a field called product. From that field(product) I created 3 GROUPS (digital, analog and others) using the group expert. In the select expert I placed the date range 1/1/2005 - 12/31/2005.
I was trying to create a formula to count the number of applications received in each group by quarter.
This is the formula I came up with
if Calendar1stQtr = {VMIS_TABDATE}then count ({VMIS_TABAPPNO})
The application number is alphanumeric.
I kept getting zeroes. What am I doing wrong?
31-MAR-2005 30-JUN-2005 30-SEP-2005 31-DEC-2005
DIGITAL 0 0 0 0
ANALOG 0 0 0 0
OTHERS 0 0 0 0
I was trying to create a formula to count the number of applications received in each group by quarter.
This is the formula I came up with
if Calendar1stQtr = {VMIS_TABDATE}then count ({VMIS_TABAPPNO})
The application number is alphanumeric.
I kept getting zeroes. What am I doing wrong?
31-MAR-2005 30-JUN-2005 30-SEP-2005 31-DEC-2005
DIGITAL 0 0 0 0
ANALOG 0 0 0 0
OTHERS 0 0 0 0