This topic is locked

Sorting filter by database field other than the value?

4/11/2023 6:41:06 AM
PHPRunner General questions
P
pmuckle authorDevClub member

Hello,
Is it possible to sort a filter list using a database field other than the record value? I have a 'sort_order' field I would like to use.
Thanks for any help
Pete

Sergey Kornilov admin 4/11/2023

Pete,
you need to explain what "database field other than the record value" means. Database field are record value are the same thing.

P
pmuckle authorDevClub member 4/11/2023

Hi,
It is here on the filter tab, instead of the database value (I assume value of the field on which the filter is set) I want to select a different field for sorting.
img alt

Sergey Kornilov admin 4/11/2023

Not possible. You can only work with the filter field itself.

P
pmuckle authorDevClub member 4/11/2023

OK thanks