Hello Pali,
You have to create an LOV in IDT using custom SQL for the same.
Below is the dummy syntax for sorting :-
SELECT column_name FROM table_name
ORDER BY column_name ASC
Hope it Helps !
Regards,
Tanav
Hello Pali,
You have to create an LOV in IDT using custom SQL for the same.
Below is the dummy syntax for sorting :-
SELECT column_name FROM table_name
ORDER BY column_name ASC
Hope it Helps !
Regards,
Tanav