Custom Group Sorting

hy guys i have pick group by on UX views , but only ascending and descending, how to make a custom sorting group by data in my table ?
thanks for helpingโ€ฆ

2 4 480
  • UX
4 REPLIES 4

Steve
Platinum 4
Platinum 4

There is no custom sort option. A common alternative is o add a virtual column with a value that sorts as desired and group by it. For instance, to group by the month name from the Date column, add a virtual column with an App formula expression of:

(MONTH([Date]) & " - " & TEXT([Date], "MMMM"))

To get values like 1 - January and 9 - September.

See also:

thanks for ur respone sir, but im not gona sort Month, but the value of the data (in category column)

example :
item Pd1
item Pd2
item Bk1
item Bk2
item sk

Im also waiting for this feature

#GroupSortingOrder

Im also waiting for this feature 2

#GroupSortingOrder

Top Labels in this Space