Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Do we have maximum no. of sale in pivot table. We can do it in all chart including straight table also, but in pivot table there is no option.
Regards,
A Kumar
Hi,
Try this in Exp
=Sum({<Region={"=Rank(Sum(Sales))<6"}>} Sales)
Regards,
Snehal
Hi Snehal,
Thanks for replpy, But can you check it for multiple dimesion.
Regards,
A Kumar
Hi,
Try using Total in the Rank()
=Sum({<Region={"=Rank(TOTAL Sum(Sales))<6"}>} Sales)
Regards,
Jagan.