I'm having a problem trying to get a total for the distinct counts in groups at lower levels, any ideas.
The report tracks the distinct count of days a vehicle is used during a month. I want the report to total this count for a division. I tried using the formula that runs:
accums = accums + distinct count (Running Total)
But it counted the last vehicle twice in the division total which is bad enough and can be programmed around. The problem is that a total of all divisions doesn't tell the total of those duplicated so I can remove difference
The report tracks the distinct count of days a vehicle is used during a month. I want the report to total this count for a division. I tried using the formula that runs:
accums = accums + distinct count (Running Total)
But it counted the last vehicle twice in the division total which is bad enough and can be programmed around. The problem is that a total of all divisions doesn't tell the total of those duplicated so I can remove difference