You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when domain values are read from database those values are 'alphabetically' sort based on the database collation. In some situations a custom order is need, for example when a special value like '-All-' wants to be included in the combo.
A possible implementation:
Add a new tag to the domainreader element
database_column_name
When this clause is present do the order by using that column.
The text was updated successfully, but these errors were encountered:
Now, when domain values are read from database those values are 'alphabetically' sort based on the database collation. In some situations a custom order is need, for example when a special value like '-All-' wants to be included in the combo.
A possible implementation:
Add a new tag to the domainreader element
database_column_name
When this clause is present do the order by using that column.
The text was updated successfully, but these errors were encountered: