Report uses only one table "sales"
Grouped on Zip Code (top 10 Etc)
In a field named "newused" there is either an "N" or a "U"
I simply want to count how many N's and how U's in each Group
I was able to get answer but had to use 3 formulas
Formula1=@Count New
if {sales.newused}="N" Then 1 Else 0
Formula1=@Sum New
2-Sum ({@Count New},{sales.zip})
and then have to do that AGAIN for "U"
Is there a simpler way ??
something like if {sales.newused}="N" Then Count ? (the N's)
and same thing for U's
Grouped on Zip Code (top 10 Etc)
In a field named "newused" there is either an "N" or a "U"
I simply want to count how many N's and how U's in each Group
I was able to get answer but had to use 3 formulas
Formula1=@Count New
if {sales.newused}="N" Then 1 Else 0
Formula1=@Sum New
2-Sum ({@Count New},{sales.zip})
and then have to do that AGAIN for "U"
Is there a simpler way ??
something like if {sales.newused}="N" Then Count ? (the N's)
and same thing for U's