- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 07:53 AM
Hello, I have a script in a Widget instance that displays my open requests on the portal. I want to reverse sort it so the newest Request is at the top, currently the oldest is first. This is the current script.
"order_by": {
"value": "number",
"displayValue:": "number"
},
Thank you! Diane
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:02 AM
Another way would be try adding orderBy to your widget layout
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:00 AM
I think in server script you can use orderByDesc("field name") so that u get the newest first
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 08:02 AM