Passing values to parameters

0 Answers 58 Views
Actions Interactivity
Michael
Top achievements
Rank 1
Michael asked on 12 Jan 2022, 02:41 PM

I have a report that has a table and a graph.  The graph needs to be contextually dependent on the user's interactivity with the table.  When the user clicks on a cell in the table, it needs to update the value of two report parameters.  This needs to cause the graph to refresh its data source, which uses those two parameters as input.

 

How can I accomplish this?  This would be fairly easy to do if I wanted to have the graph on a separate report.  Then I could set the table cells'  interactivity action to "Navigate to Report" accordingly.  But that's not what I want.  How do I simply set the table cells' interactivity action to update the relevant report parameters?

Neli
Telerik team
commented on 17 Jan 2022, 01:45 PM

Hi Michael,

If I understood correctly, you would like to avoid re-rendering of the report. In the report life cycle, note that firstly the report parameters are processed and then the table. For that reason, you may test using a subreport for the graph or use the navigate to report action. Also, keep in mind that our Reporting tool was designed with data visualization and printing in mind. Because of this, the report has to be re-rendered when there is a change. 

No answers yet. Maybe you can help?

Tags
Actions Interactivity
Asked by
Michael
Top achievements
Rank 1
Share this question
or