Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 60 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
How to Pass Parameter from Dashboard to BI Report
Summary
Passing Parameter from Dashboard to BI Report
Content
Hi Experts,
I have a BI Report which has a parameter. (A List of Value Item which gets value from a SQL Query)
The standalone BI Report works fine.
The BI Report is embedded in a Dashboard.
Now I would like to know how can we ensure that the said BI Report works fine in the Dashboard too.
Any worked out example (containing a very simple Report and with screen-shots ) would be wonderful
Thanks in Advance!
Kind Regards
Ashish
Comments
-
Hi Ashish,
One of the report I developed using Logical SQL, I passed values through Presentation Variable and that way I am able to sync up the analysis and prompt. I have attached the screenshots for your reference. See if this is something that can help you.
Thanks
Jagadish
0 -
Thanks Jagadish for the response, but you have used a OTBI Analysis instead of a BI Report. Do you have something similar which utilizes BI Report
Kind Regards
Ashish
0 -
Hi Ashish,
Try the below steps:
Create a dashboard prompt with the same name as the prompt / parameter that you have created in the Data Model.
Add the dashboard prompt and the BI report to the Dashboard.
Thanks,
Arun
0 -
Hi Ashish,
The prompt is working for the "text" type dashboard prompt with same name as the name of the variable in the report.
But i require a LOV(choice List) dashboard prompt
And i want the values in the choice list from the SQL command ( select person_number from PER_PERSON_SECURED_LIST_V).
This dashboard prompt is giving an error.(---------------Failed to load(Odbc driver returned an error (SQLExecDirectW))--------------)
Regards
Pranav0 -
Hmmm.
Have you raised an SR yet.
Do you want to have the Report embedded within Dashboard Only.
You might even explore submission via ESS Jobs (It allows using PVO which stands for Parameter View Objects which allows selection from drop down list.. just check whether a PVO for Person_number exists.. one cant create Custom PVOs on Cloud Deployment Model)
Alternatively you may even explore submission using Payroll Flow patterns too
Note: Request other experts to please share their insights too
Kind Regards
Ashish
0 -
Ashish,
Correct me If am wrong.
If there is a standard PVO for person_number then Pranav may be able to use it for LOV in a custom ESS Job. As far as I know table validated Value Sets cannot be attached to a parameter as a LOV at this point; meaning you cannot create a custom value set (table validated) and then use it.
The below notes should give more clarification for Pranav on attaching Value sets to parameters of a Custom ESS job:
Register LOV's Using Seeded Application VOs As Parameters to a Custom ESS Job (Doc ID 1982006.1)
How to Create Dependent LOV Parameters for Custom ESS Jobs? (Doc ID 2173057.1)
Thanks,
Arun
0 -
Yes to all the points mentioned with one addition info:
We also have an option of submitting BIP Reports via Payroll Flow Patterns and there is an option of :
1. Using a Value Set Display Format under Flow Parameters (it currently is allows association with Lookup Code, but I believe there could be ray of hope there. Not Sure how does having Value Set Display helps if you cant actually attach a Value Set there
2. One is allowed to use a Custom SQL there ( SQL Bind option)
3. Also I guess Flow Task Parameters too allows usage of a Custom SQL
So net-net while attaching a value Set directly is not supported but using Custom SQL still is available as an option ( A robust POC needs to be performed before we at conclude)
I request Product Development Managers and other experts to please help/advise here.
Kind Regards
Ashish
0 -
Yes to all the points mentioned with one addition info:
We also have an option of submitting BIP Reports via Payroll Flow Patterns and there is an option of :
1. Using a Value Set Display Format under Flow Parameters (it currently is allows association with Lookup Code, but I believe there could be ray of hope there. Not Sure how does having Value Set Display helps if you cant actually attach a Value Set there
2. One is allowed to use a Custom SQL there ( SQL Bind option)
3. Also I guess Flow Task Parameters too allows usage of a Custom SQL
So net-net while attaching a value Set directly is not supported but using Custom SQL still is available as an option ( A robust POC needs to be performed before we at conclude)
I request Product Development Managers and other experts to please help/advise here.
Kind Regards
Ashish
0 -
Thanks for the info on Payroll Flow Patterns. I am reading about it. My experience is mostly on Financials
I agree with you that we need more details from the experts.
Regards,
Arun
0 -
Hi Ashish,
Log a SR# with Oracle. They have a code in place to display prompts for BIP in Dashboard. We have successfully been able to do for our client.
~Cheers
Vikram
0