on 2016 May 10 10:56 AM
Create a dimension with formula as
[New]= if [object]>0 then 1 else 0
And then take a sum of that in a separate cell
= sum([New]) In Report
Regards
Niraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try:
[Count]=Count([Object];All) Where ([Object]>0)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.