I have a link that gives me a filtered list from a view….
https://www…../CphiresList?x_StartDate=2025-09-03&z_StartDate=<&cmd=search
This correctly produces a list restricted to those dates. Is there another parameter I can add so that the is sorted by StartDate descending??
Thanks
You may sort the List page as you want first, then copy the query string parameters for ordering to your link, e.g. .../CphiresList?x_StartDate=2025-09-03&z_StartDate=<&cmd=search&order=StartDate&ordertype=DESC.
.../CphiresList?x_StartDate=2025-09-03&z_StartDate=<&cmd=search&order=StartDate&ordertype=DESC
Thanks - I should have thought of that!