Question
HCL
HCL
IN
HCL
Posted: Feb 27, 2024
Last activity: Feb 27, 2024
Last activity: 27 Feb 2024 6:57 EST
Closed
Display the values in dropdown in some specific sorting order.
I have drop down values in alphabetical order A,B,C,D, Now i want display the value some specific sorting order like a A,C,D,B.
I want show the value B in the Last.
***Edited by Moderator Rupashree S. to add Capability tags***
@PottipalliG6037 Create an internal data table and store your expected drop down values. In that new table, have a separate column for the sorting order. In that sorting order column, provide the order of the sequence to be displayed. Create a list type data page with a report definition to fetch the values from the table. In the report definition, sort the expected results using the sorting order column. Now, the drop down will display the values based on the sorting order you've mentioned in the table.