Hi, How to do an OrderBy on a table without ...

Hi,

How to do an OrderBy on a table without the reference key column?

I have a table which has a key column called โ€œUnique IDโ€ and another regular column called โ€œNamesโ€. I would like to only show the โ€œNamesโ€ column in descending order without having to show the โ€œUnique IDโ€ column.

Thanks

0 6 345
6 REPLIES 6

@Deep_Foundations you can use ORDERBY expression with REF tables only

@Levent_KULACOGLU

Is there any work around or a different approach? I really need to have it descending in one of my apps.

@Deep_Foundations AFAIK, there is no work around for that. But we may consult @Aleksi_Alkio also.

Am I correct that you want to show that order on a table view? You are not talking about the dropdown at all?

@Aleksi_Alkio I have an enum list quick edit that has a valid if to show the column (not a reference column) in descending order.

Unfortunately the ORDERBY wonโ€™t work. Itโ€™s meant for the ref fields only. One kind of SORT expression is in pipeline, but not ready yet.

Top Labels in this Space