Oracle Analytics Cloud and Server

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

Custom Visualization: Accessing data

Question
31
Views
0
Comments

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'?