Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to count number of issues aggregated by Name. I want my report to ignore the selections made by Name.
Can anyone help me with this?
Expression Used:
Aggr(count({<Name>}Id),Name)
Thanks in advance!
Where are you using this? May be this
Count({<Name}>} Id)
or
Only({<Name>} Aggr(Count({<Name>} Id), Name))
If the above is used a calculated dimension, then you need to ignore selection in your expression