Sorting by count

Is it possible to sort by count in appsheet. I have a view where it shows tickets grouped by store and category but I wanted to sort it by the highest number of tickets by category when a store is selected. Then after selecting a category I wanted to sort it by the newest date at top.

I have this formula below in a VC with text type but it only gives me the count and not the actual label
COUNT(select(tICKETTYPE[l2], [L2] =[_THISROW].[L2], TRUE))

0 1 277
1 REPLY 1

Hello @a_fatima , you could make a slice of the table youโ€™re talking about, you would group it by store and then by category, then you could sort it by date and/or by count (slice configuration lets you do all this).

You can set the sort priority in the slice configuration, and if you press the column headers from within the app you can re-sort your table based on the column of your liking.

Iโ€™m not following there, could you share some more information about your app structure so i could get an idea of what youโ€™re doing?

Top Labels in this Space