I have built a dashboard pulling in data from 2 different views, both of them filtered by a formula field that prints out the month.
For instance, if it’s August the formula returns 8 and I manually filter both views by number.
Once that’s done my blocks get updated and I can see the monthly dashboard.
I would like to achieve this dynamically from the dashboard by having an input field/dropdown, in which I would just type in the number to filter the view, rather than having to do this manually in the view itself.
I’ve looked at the Views API but I can’t find anything that would the job.
Is this achievable?