d9k commented on issue #17719:
URL: https://github.com/apache/superset/issues/17719#issuecomment-991742871
So code above becomes:
```
{% set filter_city = filter_values("example_filter_city_name", remove_filter
= True) %}
{% if filter_city | length %}
example_city_name IN ({{ escape_presto_strings_in(filter_city) }})
OR example_city_name IS NULL
{% else %}
TRUE
{% endif %}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]