Hi,
I have a report. It is grouped by {org} and has details as {acct.acct_nb}. Below is more detail.
I want the distinct count of ORGUS as 2, i want to exclude 0 and include the distinct values of non zero account. Similarly i want the distinct count of ORGCAN as 4.
ORGUS
- 23412
- 45454
- 23412
- 0
- 45454
Distinct Count: ?
ORGCAN
- 13112
- 21454
- 13412
- 0
- 46454
Distinct Count: ?
How to accomplish this..?
I have a report. It is grouped by {org} and has details as {acct.acct_nb}. Below is more detail.
I want the distinct count of ORGUS as 2, i want to exclude 0 and include the distinct values of non zero account. Similarly i want the distinct count of ORGCAN as 4.
ORGUS
- 23412
- 45454
- 23412
- 0
- 45454
Distinct Count: ?
ORGCAN
- 13112
- 21454
- 13412
- 0
- 46454
Distinct Count: ?
How to accomplish this..?