Reputation: 25
How can I pass these two date parameters to another report, so that users wont have to fill these boxes again?
Upvotes: 0
Views: 1547
Reputation: 10860
If you are linking one report from another, you can pass parameter in the ACTION of the text box.
In the Use the Parameters section, the name is the name of the parameter in the linked report. The value is what you want to populate the parameter with.
In my example, the Department parameter of the Call Center Activity report is populated with the same Department parameter in the current report.
Upvotes: 4