I have a chart component and a table component. Both are pointing to same query. When I load the dashboard the same query executes twice for bar and table component.
So the execution time got delay in this.
How to avoid this delay?
I tried to assign into a parameter, But i don't find a way to render chart based on result variable.
How to use one component's data output to another component without executing the same query again?
Could you please suggest any idea or workaround!!
Thanks,