Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to fix the rank irrespective of selection. In the below snapshot, Division 13 has Rank as 14. However, when i select the region in the filter, its rank changes to 7. Please help me to fix the rank. Attaching the dummy data and app.
Which tab is this chart on?
I am seeing this from the attached app... how do I get the numbers?
Sorry. Attaching the correct file.
Try this
Rank(Sum({<REG_NM>}Sales)-Sum({<REG_NM>}Base)) * Avg(1)
This is just to remove rows which are not selected.... Avg(1) = 1 for selection and Avg(1) = 0 for non selection
What @dplr-rn has mentioned might be the only way to do this. Have you tried that?