I have a crosstab report of approx. 3500 records. the total col is 1 to 5. SO,I have about 2500 1's, 1000 2's 350 3's ... etc, but I can't figure out how to get the EXACT count of the TOTAL col.
My field in there is {Count of REFERRAL.CASE}, but I set up a Formula field like
NumberVar x :=0;
if {Count of REFERRAL.CASE} = 2 then
x = x + 1;
But, this returns '{Count of REFERRAL.CASE}' is not a known field.
mmm... How do I get a count for this total field??? I am prepared to create 7 formula fields, one for each number 1 thru 7, unless there is an easier way.
Thanks,
Frog
------------------
Curious by Nature,
Linux by Design
My field in there is {Count of REFERRAL.CASE}, but I set up a Formula field like
NumberVar x :=0;
if {Count of REFERRAL.CASE} = 2 then
x = x + 1;
But, this returns '{Count of REFERRAL.CASE}' is not a known field.
mmm... How do I get a count for this total field??? I am prepared to create 7 formula fields, one for each number 1 thru 7, unless there is an easier way.
Thanks,
Frog
------------------
Curious by Nature,
Linux by Design