Using Xi.. I have four reports that are the same layout and parameters but different phases. Instead of having the user select each report and fill in the same prompts, I wanted to try and have one report and show the phases based on what they checked.
Is it possible to have checkboxes and display a given section if the check box is selected?
For example: ___Phase 1 __Phase 2 __Phase 3 __Other __All Phases
if phase 1 is selected
show gh1, detail1, gf1 and supress all others
if phase 1 and 2 is selected
show gh1, detail1, gf1, gh1a, detail1a, gf1a,
etc.
Or any other suggestions?
ultimately, this report will be selected from a java frontend and I'm being told that any parameter that I make, the java page has to have a related one. Currently we have a report that has all the same parameters EXCEPT for the phases and if I put this in as another parameter he has to create a new page because this is a different report.
thanks
Is it possible to have checkboxes and display a given section if the check box is selected?
For example: ___Phase 1 __Phase 2 __Phase 3 __Other __All Phases
if phase 1 is selected
show gh1, detail1, gf1 and supress all others
if phase 1 and 2 is selected
show gh1, detail1, gf1, gh1a, detail1a, gf1a,
etc.
Or any other suggestions?
ultimately, this report will be selected from a java frontend and I'm being told that any parameter that I make, the java page has to have a related one. Currently we have a report that has all the same parameters EXCEPT for the phases and if I put this in as another parameter he has to create a new page because this is a different report.
thanks