[Solved] Render fill value null when no value is selected

So i have added 3 variables / parameters on my query, all of text type.
Is there any way i can make one accept null values.

this is what i mean…
I can run the query with two parameters filled with data leaving one and i can also run the query filling all parameters with data

Hi @anonymous
Yes, Optional Clauses:
https://www.metabase.com/docs/latest/users-guide/13-sql-parameters.html#optional-clauses

Yeah thanks seen