Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Pass multiple parameters to BI Publisher report using bipParams

Summary
Pass multiple parameters to BI Publisher report using bipParams
Content
I use this hyperlink to pass in a default parameter value of '2018' to the parameter named 'PV_FY' to a BI Publisher report (called from a dashboard)
analytics/saw.dll?bipublisherEntry&Action=open&itemType=.xdo&bipPath=/CC/CC-005.xdo&path=/shared/CC/CC-005.xdo&bipParams={%22_paramsPV_FY%22:%222018%22}
I can't figure out the correct syntax to send multiple parameters to the report (e.g., pass value '08' to parameter PV_REGION)
Thanks for any help
Answers
-
-
Oops... should be &bipParams in above message
0 -
Thanks - that used a different parameter passing method, but I ended up finding the correct syntax.
It's
&bpiParams={"param1name":"value1","param2name":"value2"}
0 -
Is you issue Fixed?
0