I have a report that will have to suppress columns depending on parameters. The problem is it can be n combinations/variations.
For example, it is possible that user wants to generate report containing column1:region; column2:country;column3:city
Then another user, wants to display:
column1:city;column2:country;column3:region
Can someone advise what is the efficient way of solving this?
Thanks!
For example, it is possible that user wants to generate report containing column1:region; column2:country;column3:city
Then another user, wants to display:
column1:city;column2:country;column3:region
Can someone advise what is the efficient way of solving this?
Thanks!