Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am using the expression for calculating the count for a percentage.
The below expression is working fine.
=if([Rolling_7_days.File Date1]='$(VRollCurrentday)',
Rangemax((Sum(Rolling_7_days.Counts)-above(TOTAL sum( Rolling_7_days.Counts ) ))/above(TOTAL sum( Rolling_7_days.Counts ) ),'#,##0.00',0))
but I need top 10 value based on the above expression could you please add the logic in my expression, so that i can get top 10 value in the below screenshot.
Thanks,
Irshad Ahmad