Dear All,
I am having 1 dropdown having values of different alternate hierarchies present in the Business unit dimension and 11 checkboxes with static values from 1 to 11 to be used in MDX report as levels of the hierarchy to be passed in report.
But now requirement is whenever user runs the reports, based on selected hierarchy as many the checkboxes should be selected as no of levels present in hierarchy and even if user manually unchecks some of them but on selecting the different hierarchy from dropdown it should clear the changes made in the checkboxes and provide the new default values based in new hierarchy. so that user may know the no. of levels present in the selected hierarchy.
Issue :-
When users make changes in the level's checkbox, Cognos saves them and on changing the dropdown value to hierarchy2 same checkboxes appears unticked which were unticked during hierarchy1 selection.
so please if any have any idea how we can disable the save parameter on page refresh. or using some JavaScript if we can set the values of checkboxes based on values selected in the dropdown without page refresh.