Question
unable to pass parameter to report definition
Hi, all
I am required to pass parameter from Data Page to Report definition because I would like to compare data from Data Page with data in local storage...
I tried to implement like below ....but nothing happens..My expectation was all parameter, from "pyReportName" to "Temp2" should be passed to Report definition...
-Property-Set
-param.pyReportName ABC
-param.pyReportClass ABC
-Param.pyPageName New
-param.Temp1 value1
-param.Temp2 value2
-Call Rule-Obj-Report-Definition.pxRetrieveReportData
checked "Pass current parameter page"
I really look forward to your reply.
Best regards,
***Edited by Moderator: Pallavi to update platform capability tags***
Ideally, it should pass the parameters to the Report Definition. Could you please share the screenshots of your implementation.
And in the question you mentioned you want to pass parameters from Data page to Report Definition, does it mean you want to call Report Definition in the Data page?