Hi Guys
I am encountering this typical requirement where in i require the fields on the report to be selected by the user for e.g. i ve these four columns
Column1 column2 column3 column4
123 456 789 987
982 234 332 356
i want user should be able to select the columns to be displayed in the report like if the user selects column1, column3 and column4 to be displayed a report like
Column1 column3 column4
123 789 987
982 332 356
to be displayed . One of the ways i ve figured out is to create 4 boolean parameters which could be entered by the user and on the basis of it i conditionally suppress the columns, but doin this leaves the empty space equivalent to the column width which is not desirable.
Hopin ya ppl turn up with something
Thanks
Addy
I am encountering this typical requirement where in i require the fields on the report to be selected by the user for e.g. i ve these four columns
Column1 column2 column3 column4
123 456 789 987
982 234 332 356
i want user should be able to select the columns to be displayed in the report like if the user selects column1, column3 and column4 to be displayed a report like
Column1 column3 column4
123 789 987
982 332 356
to be displayed . One of the ways i ve figured out is to create 4 boolean parameters which could be entered by the user and on the basis of it i conditionally suppress the columns, but doin this leaves the empty space equivalent to the column width which is not desirable.
Hopin ya ppl turn up with something
Thanks
Addy