user can select date in report bundle
We have report bundle, which contains of a couple of screens. Each screen has at this moment a dynamic member for the current month.
Now they would like to have a function that the reader can select a period and the period is valid for all reports of the bundle for the user who selected the period.
In other words if user A wants to look at the September figures and user B wants to look at the June figures. How can user A select a period, which is only valid for him to look at the report deck?
Any idea?
thanks
RJ
Answers
-
Hi RJ. You can do this easily with a procedure.
Create a procedure with the actions Go To Screen. You can enable the Apply Data Selection option.
You can precede the Go To Screen steps with perhaps an interactive selection on month, or the selection can be inherited from the screen the user triggers the procedure from.
0