cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Graphs

Former Member
0 Kudos

Hi,

Here is what I am trying to do:

I have a model that gets data from BI and displays a table and a graph. I would like to rerun the query when the user clicks on a value in the graph using the new value.

Example:

User runs query with all products A, B, C

Graph has products A, B, C.

User clicks on product B

Query gets rerun with variable value of product B

Thank you for your help.

Aaron

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

BI service should be able to receive product and return results that relevant for this product. For reuse, if passed product is null it will return all data.

Call this service again (out event from table/chart) and pass product that user select (from chart/table).

Ola

Answers (0)