Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters via Action Go To URL

Status
Not open for further replies.

Treefarn

Programmer
Apr 1, 2010
2
0
0
US
I am trying to pass a parameter from one report to another. I will be passing a YYYYMM from one report to another. In the first report, you choose your 'beginPeriod', in the format YYYYMM and view report. In the report is a link to a second report. In the second report, there is also a beginPeriod. When the 2nd report is accessed, it should automatically run using the passed YYYYMM. AND there should be a parameter window with the YYYYMM filled in, but you should have the option to change it and run again.

report 1
Report_Test1_nlmgtd.png


The gotoURL link looks like this: =" & Parameters!beginPeriod.Value

When you click the link, the URL in the address bar is


So the parameter is passing correct.

But the report is not running, because the beginPeriod parameter in report 2 just shows this:

Report_Test2_d5vyxf.png


The passed value is definitely one of the available values in the dropdown on the 2nd report. Is there a way to get the 2nd report to default to the passed value and execute?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top