Hello AppSheet Community,
I’m trying to find a way to get the count of records displayed after applying a filter using AppSheet’s built-in table filter button (the one in Table View).
For example, when I apply a filter (e.g., Type = “FANTOME, FABRIQUE”), AppSheet filters the table dynamically, but I don’t see an option to retrieve and display the number of records returned by this filter.
I made a custom filter view where users can filter data from specified fields, giving them more flexibility. In this view, I was able to add a count of the records returned. However, I now want to combine my custom filtering system with AppSheet’s built-in filter button so that:
- The count updates to reflect both the built-in filter and my custom filter.
- The total sum of records returned from both filtering methods is displayed.
My Questions:
- Is there a way to access the filtered count after applying a filter via the built-in filter button?
- How can I cascade my custom filter system with AppSheet’s built-in filter so they work together?
- Is there any workaround to sum up the total number of records returned by both filters?
Any insights or suggestions would be greatly appreciated! Thanks in advance.
Best regards.