Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
Need Help with this please.
Count(Distinct({<Field = {[0]}>}%Acct))
i want to Count %Acct but the field is [0]
Thanks Again!
use simply
count(Distinct [Fieldname])
=sum(aggr(count( distinct %act),[0]))
Kush today is your Aggr day
I am seeing Aggr() in all your proposed solutions
I have attached a Test Doc
I wanted a Count of Accounts for the Group
Yeah, feeling like to use Aggr. Not good but requirements seems like that
Count({$<filed={'[0]'}>} DISTINCT %act)
I don't see any field names as [0]
Sorry i wrote Month in Test Script
The Month should be 0 then same data for 1 then same data for 2 etc
Try this:
Sum({<Month = {0}>}Money)
Or may be a pivot table like this?
Month as second dimension here and Sum(Money) as the expression