Hi, I am using two filters in a dashboard
I was able to load years. but when i select year i was unable to send the selected year to the quarter dropdown. I am loading the quarter dropdown from a new question.
How can i pass the selected year value?
Hey there, is a strict requirement fetching the quarter
field from another question?
Otherwise you could
- add a column
quarter
to the underlying table, and simply use it as a filter, in the same way you do foryear
- create an intermediate Metabase model in which you combine all the column you need for filtering purposes
Hope this helps!
1 Like