Hi there,
I am working on a report in which the columns to be displayed are chosen by the user with radio buttons and drop-down menus… For instance, if the user selects the first item in the drop-down menu, the report is going to contain columns ‘a’ and ‘b’, else if he selects the 2nd item, the report is expected to contain columns ‘c’ and ‘d’ and ‘e’
That is to say the number of the columns varies at user’s will.
I was recommended by my colleagues to write codes to change the visibility of the columns and calculate the position of them on the report, yet I’d like to find a rather easier and more generic way so that every time a new column is added to my report i won’t have to start from the scratch. I think using a generated design with programmable sections, there must be a better way to it.
I would appreciate if anyone could give me some hints how to do it.
Thank you