Is it possible to show total itens when used native Search/filter on view table?

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:

 

deltai_1-1749041656044.pngdeltai_2-1749041702789.png

 

Solved Solved
1 1 81
1 ACCEPTED 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:

  1. create a virtual column or a separate view that uses COUNT(SELECT(...)) to display how many records match certain filters

  2. use a dashboard view with a table and a separate text element showing the count dynamically

  3. 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"))



View solution in original post

1 REPLY 1
Top Labels in this Space