I have a simple report where I first group on System and then I group on Environment. I use a distinct count to get a distinct count of all the accounts within each Environment. Then at the end of the report, I am trying to get a grand (distinct) count, but my numbers dont match up because I have some accounts that can be in both groups. So it only counts that account once for the entire report. Here is an example:
System: PeopleSoft
DEV Distinct Count = 2
CERT Distinct Count = 1
PROD Distinct Count = 3
System: Essbase
DEV Distinct Count = 4
CERT Distinct Count = 1
Total = 10
I am trying to get 11, but I get 10 because I have an account that is in both PeopleSoft DEV and Essbase DEV. How can I use a formula to just add up the distinct counts so that I will get 11?
System: PeopleSoft
DEV Distinct Count = 2
CERT Distinct Count = 1
PROD Distinct Count = 3
System: Essbase
DEV Distinct Count = 4
CERT Distinct Count = 1
Total = 10
I am trying to get 11, but I get 10 because I have an account that is in both PeopleSoft DEV and Essbase DEV. How can I use a formula to just add up the distinct counts so that I will get 11?