Here is what I want to achieve:
-
On a page I have a chart block, which aggregates data from a date source, with date as the condition filtering (e.g., for the current month, last month, etc.).
-
I want to set up an input field on the same page, which allows users to select a particular month
-
When users click a button, the chart below would map out the data based on the users’ choice of data grouping.
This essentially would require softr to pass the users’ input as a parameter to the conditional filtering when setting up the data source for the chart block.
Also, any way to reference the user input in the page title so that users would know the chart is all about a particular month.
Any body knows how to do it?
Thanks!