
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2016 11:55 AM
Hello, I have an instance of the Simple List widget on the landing page.
We want to set the simple list to Order By "Created Date" by default.
How can I set the widget to order by created date? There is no Sort option in the filter builder in the instance settings.
I was considering adding an Option to the Option Schema on the Simple List widget but that would require cloning and modifying the Simple List.
Is there an easier way to do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2016 12:56 PM
Hi kda617,
Try adding "Order by" and "Order Direction" in your widget instance form.
Then you can set the order via the form for that instance
Best,
Fred
Pls mark correct/helpful/like if you think so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 07:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 07:09 AM
Hi,
For a Simple List, by default it's sorted by Display field.
if using "Order by" and "Order Direction" fields of the instance doesn't sorts the list inside,
why not try filter options of 'Simple List' instance :
On your 'Simple List' instance, in the "Filter" text area, add this to your query : ... ^ORDERBYyourcolumnname , for ascending order (a-z) or ... ^ORDERBYDESCyourcolumnname , for descending order (z-a) |
example of filter to sort active entries z-a, by Number :
active=true^ORDERBYDESCnumber^EQ
or by Creation Date :
active=true^ORDERBYDESCsys_created_on^EQ
Don't forget to filter on Caller & Beneficiary too if necessary.
Regards,
Denis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 03:50 AM
Hi
1) Navigate to the instance options and click on Open in Platform
2) Once the instance is opened, open the form layout and bring the Order by and
Sandeep