Unplanned
Last Updated: 23 Jul 2020 10:06 by ADMIN
Samuel
Created on: 16 Jul 2020 13:09
Type: Feature Request
2
Formula support for sortings direction

For conditional sorting I use a formula like this:

=IIF(Parameters.SortBy.Value = 1, Fields.id,
 IIF(Parameters.SortBy.Value = 2, Fields.name, Fields.value))

 

This works perfect.

 

Now I would like to do the same with the sortings direction! Something like:

=IIF(Parameters.SortOrder.Value = NULL, ASC, IIF(Parameters.SortOrder.Value >= 0, ASC, DESC))

 

Sadly, the Direction-Field/Dropdown does not support formulas.

 

1 comment
ADMIN
Neli
Posted on: 23 Jul 2020 10:06

Hi Samuel,

Thank you for your input. Once the status of the feature is changed, you will receive a notification.

Regards,
Neli
Progress Telerik