I have a detail report that I want the users to be able to click through to by clicking on the row of the summary report. I'd rather it be a separate report because it is pulling in a lot more detail data on the constituent level.
I am trying to use the "Go to report" action from the Summary Report. I can pass the correct value to the parameter of the detail report from the row no problem. The thing I am hung up on is passing a the other parameters from the parent report such as @UserGroup @UserId etc. and a @YEAR parameter from Parent Report.
Okay, figured it out. I was trying to either find the parameter in drop down or type the @UserId directly. Used the Fx button and selected the parameter from that screen and it worked.