Hi All,
I have a Interactive Grid in which some of the columns are hidden based on the parameter passed to the page. As a Developer I am using single IG to control two diff Event types having different columns.But when end user is saving private reports with different filters/sorting then user is also expecting private reports to be dispalyed based on Event types. To be clear I will take an example. Paramter1 - Event A
Interactive grid has A,B,C,D columns.
User 'Mike' saves Private report 'ABC'
Paramter2 - Event B
Interactive Grid has A,C,D column.
User Mike saves Private Report 'DEF'.
Now user is asking to show Private reports based on Paramters passed, meanse if Event A is passed then Report 'DEF' to be hidden and if Event B is passed then Report 'ABC' to be hidden.
From the User perspective these are two different screens, but I am using the same Grid and hiding columns dynamically.
Can we control while saving the reports? Any Suggestions?
Regards,
SwaZ