- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:29 PM
Hello Everyone,
I am trying to sort the display value in my reference table into descending order.
latest to oldest record.
I am using variable attribute but its not able to sort of any idea how ?
ref_auto_completer=AJAXTableCompleter,ref_ac_order_by=number^DESC,ref_ac_columns=requested_for;location,ref_ac_columns_search=true;
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:59 PM
Hi @Jeck Manalo ,
Looks like this order by descending order doesn't work
I have tried different approach but still it doesn't work
below works when clicked on search icon but doesn't work you are intending it to
found this
try this out and let me know if it works for you but it's not a good approach
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:59 PM
Hi @Jeck Manalo ,
Looks like this order by descending order doesn't work
I have tried different approach but still it doesn't work
below works when clicked on search icon but doesn't work you are intending it to
found this
try this out and let me know if it works for you but it's not a good approach
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 08:05 PM
actually i already tried that adding it in reference qualifier, its shows ascending record for all record, in my case i have specific record only that i want to see in my filter.
Ok thank you i will check the link.