Forum Discussion

Xavier11's avatar
Xavier11
Frequent Visitor
4 years ago
Solved

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'...
  • PabloDeheza's avatar
    PabloDeheza
    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.