how to dynamically update the chart for the every selection of table rows?
Hi,
I have a requirement based on the report table and chart. My BIP report will have both table and chart. But the chart will be linked to table rows, not for all the table data. Like in the report output generated, if the user selects the first row of the table then the chart should show the data difference of the selected first row. if the user selects the third row, then the chart should show the value for the third row. I am not sure how to do this requirement. Can you please guide .me.