Hi,
I've defined a search help exit, based on my own SQL-query. In this query I've sorted the result set by specific column via ORDER BY SQL-expression. But, the problem is when I push my result set to the table of search help all lines are sorted by ID and not by my specific column.
How to save / guard / preserve results of ORDER BY and display the search help sorted by some text column by default and not by ID column?
Thanks.