I see from the KPI Dashboard Product Demo how to access dataSource to reload it with new params from a selected value.
Now, is it possible to query the data without filtering and do the filter on dataStore only, without rerun the query?.
IE:
- dataSource query a SELECT * FROM TABLE.
- User click on chart to Filter the Table by the selected Value.
- The selected Value is used to filter the dataStore insted of rebuild the results from dataSource.
- Now I have this interactive dashboard that do a single query once.
Also, would too be possible to share a dataSource between widgets. So we have this single query running once and ploting different charts on screen?