Hey,
I have a main report and when i click on a KPI i want to open a sub report.
The sub report must be openend in a new window(pop up).
I know i can do this with a piece of code in the go to URL action.
But i keep getting an error please help what am i missing.
My code:
="void(window.open('http://bi-ont/Reports_ONT/Pages/Report.aspx?ItemPath=%2fBSC+test+1%2fKPI_Extra&rs:Command=Render&rc:Parameters=true&KPI=" & Fields!KPI_NAAM.Value & " ','_blank','width=875, height=400, top=75, left=35, toolbar=1, menubar=1, location=1, status=1, scrollbars=1, resizable=1'))"
The error i am getting is that the parameter is missing a value when the parameters of the subreport are set hidden.
Whe i make them visible they stay empty.
Thanks. Martijn