Hi,
I've a report which contains name, id and salary data.
I want to sort the records based on the user input.
I created a parameter with no database values appended, i've written ASC and DESC values in parameter.
I want to display records based on the user input like if user selects ASC then name should be in ascending order or if DESC then in descending order.
How to achieve this goal ?
I've a report which contains name, id and salary data.
I want to sort the records based on the user input.
I created a parameter with no database values appended, i've written ASC and DESC values in parameter.
I want to display records based on the user input like if user selects ASC then name should be in ascending order or if DESC then in descending order.
How to achieve this goal ?