Hi Dojo,
I have a table parameter that lists modems along with their total traffic, something as below:

I need to display the top five modems with the highest total traffic in a Visio diagram.
Is it possible to achieve this using Aggregation? I noticed that the Aggregation feature includes a “Calculate the maximum” option, but it only returns a single maximum value.
Another approach I’m considering is using an Automation Script to read the table, determine the top five values, and set them into View Properties, which can then be linked to the Visio shapes.
I would appreciate your ideas or recommendations on how best to implement this.
Thank you.
Hi Jeeva,
With a Dynamic table filter, you can sort and get the first page of your table, but I don't think it's possible to limit the amount of rows to 5.
An other option is to embed a dashboard table in your visio. With GQI it's really simple to get what you are after.