When navigating to the drilldown report from the main report, no need to explicitly pass the Request Parameters (@Request parameters) using the Link Parameters element. The Request parameters are available in the same session. So, the Request parameters can be accessed directly with the same name in drilldown report also. Just make sure that the attribute ‘Request Forwarding’ of Target.Report is set to True. This will ensure that all the Request Parameters are passed by POST method, instead of passing everything in the URL.
Eg:- Suppose there is a User Input to select Lead Stage in the main report. The ID of the user input is selectLeadStage. The value of this element is accessed in the main report by @Request.selectLeadStage~. Lead Stage user input can be accessed in the drilldown with the same token.
Note: @Local and @Data tokens need to be passed using the Link Parameters element.
