Friends,
I will to possibility the appsheet show me a total count of the data searched or filtered by native option?
My doubt is essencial on view type Table, look:
Solved! Go to Solution.
hi @deltai
no, appsheet does not currently show the total count of filtered or searched items in a table view using the native search or filter
workarounds you can try:
create a virtual column or a separate view that uses COUNT(SELECT(...)) to display how many records match certain filters
use a dashboard view with a table and a separate text element showing the count dynamically
if using a slice or filter condition, you can create a summary view that updates based on the same logic
example expression:
COUNT(SELECT(Músicas[ID], [STATUS]="ATIVA"))
User | Count |
---|---|
16 | |
11 | |
8 | |
2 | |
2 |