Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 311 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Custom Visualization: Accessing data
Sidhique Kadakkadan-Oracle
Rank 1 - Community Starter
Summary
Custom Visualization: Accessing data
Content
Hi All,
I am building a custom visualization plugin for DV. I have a question regarding accessing data using the provided API. I know that data can be accessed using dataLayout.getValue() function using row and column index. But, is it possible to access those columns which are not added to the visualization but are available in the data source?
For example, I have drag and dropped two columns 'Opportunity Name' and 'Opportunity Revenue' to the visualization, I want to access 'Sales Stage' of a particular opportunity. The 'Sales Stage' column is available in the data source, but it is not added to the visualization, is it possible to query 'Sales Stage' using an 'Opportunity Name'?
0