UX VIEW SORT ISSUE

I want the higher value to be shown at the top and the lower value at the bottom. Can anyone tell how to sort it.

SORT UXSORT UX

0 1 83
1 REPLY 1

Well you would sort descending by whatever Column that numer value is in.

Did you use concatenate to create a virtual column of names and values?

Anyway you can use ORDERBY() to accomplish this since im assuming you have already attempted to use sort in the UX.

creat a virtual column with the formula expression ORDERBY(WHATEVER THE TABLE IS[WHATEVER THE COLUMN IS], [WHATEVER the column with those values is].

should give you the gist to figure it out. With essentially nothing to work with of what your table looks like, thats the best i could come up with.

The app view offers the least  information for a person to help answer your questions. We need to see tables partaining to the data in question, and any formulas that already effect the data.

Top Labels in this Space