Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All ,
I have Person wise data and their ranks, but when I elect any person rank is showing 1 . and I want their actual rank. Please tell me what I should do in this scenario.
Thanks in advance.
You can define {1} operator in set expression. It will give constant even if selection happen
Hi Rupali,
If you got answer please mark it as answered under actions to close the discussion.
Thanks
Taj
Hi
I would suggest using with aggregation as
=Sum(aggr(rank( sum( {$<Name=>} Marks) ), Name))
or
=Min(aggr(rank( sum( {$<Name=>} Marks) ), Name))
or
=Max(aggr(rank( sum( {$<Name=>} Marks) ), Name))