I have a report that has Detail, Lvl1, LVl2 and Grand totals. The Detail field is "Vote=Y/N". I'm trying to create a field which is a total of a subtotal and NOT the total of the detail. For example,
Detail
A1 - Y
A2 - Y
B1 - Y
C1 - N
I want a result based on counts of "Y" vs "N" unique to the prefix. I'm making it easy since a vote for A1 is the same for A2, A3, A4, etc
Therefore the results would be:
Lvl1 - Y Lvl1 - N
2 1
Lvl2 is nothing more than Batches of Lvl 1's. I can get the Lvl1's correctly, but when I COUNT or SUM the value @ Lvl 1, I get the old "Enter Parameter Value" box. Can I do what I want?
Detail
A1 - Y
A2 - Y
B1 - Y
C1 - N
I want a result based on counts of "Y" vs "N" unique to the prefix. I'm making it easy since a vote for A1 is the same for A2, A3, A4, etc
Therefore the results would be:
Lvl1 - Y Lvl1 - N
2 1
Lvl2 is nothing more than Batches of Lvl 1's. I can get the Lvl1's correctly, but when I COUNT or SUM the value @ Lvl 1, I get the old "Enter Parameter Value" box. Can I do what I want?