Hello, I have a dataset with several of thr f...

Hello, I have a dataset with several of thr following information:“SALE”, “NOT SELL” e “HOUSE CLOSED” being presented in the list, as I do to show the user only one of each showing a number that represents the total quantity of each?

0 1 304
  • UX
1 REPLY 1

RezaRaoofi
Participant V

Assuming that column in your table is called [Status], you can have a table view, and use grouping, then group by [Status] and set aggregate to COUNT as screenshot below; for more details you can read this document about grouping: https://intercom.help/appsheet/ux/views/how-to-control-grouping

Top Labels in this Space