Hi,
I created a chart from a BI query with VC on NW04s. The chart display one column per day, and I would like to enable a click on the chart to trigger a drill down into a specific day in a separate iView. Is this possible ? I only found this functionality described for table views.
Regards, Christian
This works. Make sure you connect the output of the chart to an input of a data service. Once you do this, make sure the event name connecting these is called the "select" event. Now, when you click on an element in the chart, you can pass it along to the dataservice (don't forget to map your fields on the connection line)...
If you have more issues or need more details, let me know...
Add a comment