Forum Discussion
Xavier11
4 years agoFrequent Visitor
Return Top N 3 rows for a Table Visualization
Hi, I have a table visualization which is coming from a table 'xx'. The last column is a count of 'Tickets' from the table 'xx' where 'Count(District)' is applied. Table 'xx' contains 'organization'...
- 4 years ago
The Top N works based on another column, so you should filter for example Name, based on Count. There you are filtering staight Count. Apply the filter to either Organization or Name and it should work.
PabloDeheza
4 years agoSolution Sage
The Top N works based on another column, so you should filter for example Name, based on Count. There you are filtering staight Count. Apply the filter to either Organization or Name and it should work.
Xavier11
4 years agoFrequent Visitor
Thank you! It works. I see, Top N only be applicable for 1 field