dbr.column.filter select values

(2 posts) (2 voices)
  1. eugfri, Member

    hi,

    When I am using dbr.column.filter of SELECT type I have noticed that values in drop down list are not sorted.
    Is there any way to make them sorted alphabetically or, even better, be able to control the sorting order (ascending / descending) ?

    Thank you
    Eugene

  2. myDBR Team, Key Master

    There is now an option to select the sorting order for the selectfilter. To sort the filter in descending order use:

    select 'dbr.column.filter', 'colref', 'select', 'desc';

    The default is ascending order:

    select 'dbr.column.filter', 'colref', 'select';

    --
    myDBR Team


Reply

You must log in to post.