I have a block where I apply a rank for top10 based on a mesaure. This measure has the max value for more than 10 rows in some cases, so webi shows me all rows that have this max value, despite the block raises 10 rows.
Any idea to limit the block size to 10, no matter the value of the max. value of measure is repeated?
I do have same requirement ,but little different from the original post. MY requirement is i have 20 regions with sales value, i need to display top 0 regions with sales value and remaining 10 regions i need to tag it as "Others and it is sales value is sum of sales value for this remaining 10 regions.
Please note: i don’t have access to universe so i need to do this in WEBI level.
I know Rank function will hep me to find top 10 regions, but the issues is how to tag remaining 10 regions as Others in the table.
that is fine, but it will display 10 others in the report,
i need to display like this
Region1 2000
Region2 1999
–
Region10 1890
Others 5000
So total number of region is 20, the report needs to display top 10 region name with their sales value, remaining all 10 rows and it is value need to display in only one occurance with name "Other and the sales value is sum of all the remaining 10 regions sales value.
I see… you can add a row (like a footer row, like when you make a break) with “Others” and a formula that calculates the value of all regions that are not top10.