Pass a parameter value from one BI Publisher report to another — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Pass a parameter value from one BI Publisher report to another

Received Response
216
Views
1
Comments
Stewart Sims
Stewart Sims Rank 1 - Community Starter

I would like to build a URL where I can pass a parameter value from one BI Publisher report to a parameter value in another BI Publisher report.

Let's say I have a data model that contains Category and Amount and it has a where clause that filters on the selection of a parameter "p_Location". And assume the data model works. When I select a specific location in the parameter, my category and amount is filterd to that location.

When I build an RTF template my report looks like this:

Location parameter: p_Location (shows value of parameter that is selected)

  • Category1 100
  • Category2 200
  • Category3 300

The amounts have url links to a detail report by category and location. The url works fine for the category (so if they click on the amount for Category1, it will filter the detail by only Category1). The detail report has parameters for p_Category and P_Location. The url looks like this:

serverurl/path/reportname.xdo?&_paramsp_Category=%7b.//CATEGORY%7d

But I want to also pass the value of P_Location in the summary report to the value of P_Location in the detail report.

Something like: serverurl/path/reportname.xdo?&_paramsp_Category=%7b.//CATEGORY%7d&_paramsp_Location=<value of p_Location>

But I cannot find the syntax needed to do that.

Answers