Hi, i am apparently new in coding,
My scenario is, I am using Metabase opensource version, and embedding it in my website using the Dashboard/ Question Public Link
I have a dashboard with filters named 'Organizer Unit/ Area'
and I created a click behavior on a card in the dashboard, to mimic interactive dashboard
Custom Destination > URL,
my URL looks like below:
https://mymetabase.com/public/question/5eb687c7-a3be-48b6-ad4b-a3aa1069f22d?date={{Date}}&organizerUnit={{Organizer%20Unit%2FArea}}
However when I clicked, Metabase seems to cannot pass the dashboard filters named 'Organizer Unit/ Area'
I already tried:
&organizerUnit={{Organizer Unit/ Area}}
&organizerUnit={{Organizer%20Unit%2FArea}}
&organizerUnit={{Organizer_Unit/_Area}}
but it seems cannot get it right, does Metabase have a specific syntax to be used here?
for added context, this is snippet of my Question using SQL
[[AND organizer_unit= {{organizerUnit}}]]