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!
try this
SUM({<[field]=[0]>} %ACT))
Please see the New upload
And check expression, this is what i needed.
I still don't understand Count(Distinct(%Acct) for 0 will be equal to Count(Distinct %Acct)
What is the number that you are expecting to see here?
chk dis
I want to see how many accounts made up for month 0 and how many made up for month 1
In my data there is different data per month and month goes upto 72...HAHA
I have no idea what you are trying to do. Can you show some screenshots of your real data?
How can i make this static so it does not change please
=sum(aggr(count(distinct %OurRef),[0]))
so i guess i have to add a 1 somewhere?
Thanks
For that you can do this:
=Sum({1}Aggr(Count({1}distinct %OurRef),[0]))
Thanks All for the Help
cool.. u got the solution