Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
How to exclude field selection in Textbox, i have written in set analysis
like Sum({<Country=>}sales) this is working fine.....
But, i have used AGGR function in my expression, not working
Ex: Count(Aggr(Sum({<Country=>}sales), client)) this expression not working for exclude Country level.
is there anyway to exclude whole sheet ??
Thanks in Advance....
To exclude selection in all selections, you can try this
Sum({1} sales)
no, i want to exclude one field only
I guess try this:
Count({<Country=>} Aggr(Sum({<Country=>}sales), client))