Categories
- All Categories
- 168 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Add Dimension into Text Box according to the Dashboard Filters

User_FHP4K
Rank 1 - Community Starter
Hi,
In DV Mode, Is it any way that to create Text Box and calling the Dimension into the Text Box according to dashboard filters ?
eg.
Dashboard Filter selected "Factory_Name" eg. Factory A
In the text box, would like to call the "Factory_Country" dimension and present it into the text box field eg. Thailand.
1
Answers
-
- Create two parameters One P_Factory_Name and P_Factory_Country
- Assign P_Factory_Name to the Column Factory_Name
- Bind P_Factory_Name parameter Factory_Name Dashboard Filter
- Create the P_Factory_Country parameter using the Logical SQL and match P_Factory_Name with the Factory_Name from Logical SQL
- Add Parameter P_Factory_Country to the text box.
- Save the Workbook.
The above steps should give you answer to your problem
2