Forum

This content is now out of date.

Visit Our Community

Ability to custom sort cached filter lists using custom query

I have a value list which I want to date order so that the most recent instance is at the top of the value list.

SELECT DISTINCT Name
FROM Campaigns
ORDER BY CreatedDate DESC;

Only the Filter formatting then takes the custom query and then applies alpha sort against the valuelist.

What do I sort the list outside of this configuration?
Hi Dwayne,

Apologizes for the delay in looking at your question. At the present time, there is really no way
to do what you are after.

However, there is an outstanding enhancement request that deals with this same issue (#169297).
It would provide the option to disable sorting altogether and return values in the order specified.


If you have any additional questions regarding this issue, please let me know.

Thank you,

Kyle