littleress
Technical User
I have a report that does totals for lots of different people. So they are grouped by id and the report totals 3 different tables and the theory is that all three end totals of several different groups should match. ex
payments 10 10 10
products 5 5 5
misc 8 8 8
ID 1 Total 23 23 23
payments 15 10 15
products 10 10 10
misc 5 5 5
ID 2 Total 30 25 30
Lots of other clubs.......
All Total 1000 895 1000
I may have 200 id's and so when I see that the total is off I want the club to be highlighted. Was thinking maybe a text Box that was red with **** so I'm not looking through pages of data looking for the 1 or 2 clubs that are off but instead the club would jump out at me.
There are 2 groups, a total of the items, and then a total of the total of items. I need this text box to be suppressed except when a club is off - like club 2 is off in the middle column. I've tried the suppression but I don't know how to tell it which group sum to look for.
Does this make sense what I'm looking for? I'm just not sure how to conditionally suppressed based on a groups total.
Was thinking under suppression
if ((sum1=sum2)and (sum2=sum3) and (sum3=sum1)) then true...
But that doesn't say which group of sums.
Any help would be great!
Thanks in advance!!!
payments 10 10 10
products 5 5 5
misc 8 8 8
ID 1 Total 23 23 23
payments 15 10 15
products 10 10 10
misc 5 5 5
ID 2 Total 30 25 30
Lots of other clubs.......
All Total 1000 895 1000
I may have 200 id's and so when I see that the total is off I want the club to be highlighted. Was thinking maybe a text Box that was red with **** so I'm not looking through pages of data looking for the 1 or 2 clubs that are off but instead the club would jump out at me.
There are 2 groups, a total of the items, and then a total of the total of items. I need this text box to be suppressed except when a club is off - like club 2 is off in the middle column. I've tried the suppression but I don't know how to tell it which group sum to look for.
Does this make sense what I'm looking for? I'm just not sure how to conditionally suppressed based on a groups total.
Was thinking under suppression
if ((sum1=sum2)and (sum2=sum3) and (sum3=sum1)) then true...
But that doesn't say which group of sums.
Any help would be great!
Thanks in advance!!!