Sometimes I want to have a parameter which is optional to use.
Eg. I want to see a line chart with all transactions in a dashboard and an attribute about transaction status, which stays empty by default and is not used in templated SQL query.
If user selects failed or success attribute vslie, then the whole dashboard is filtered to selected attribute. But user is not forced to choose.