suedschwede opened a new issue #16697:
URL: https://github.com/apache/superset/issues/16697
I have created a virtual dataset with a JINJA template
```
{% if filter_values('number')|length %}
where object_date > date_sub(day,{{filter_values('number')[0]}},now())
{% else %}
where object_date > date_sub(day,10,now())
{% endif %}
```
My virtuals datasets works and I can filter in the dashbaord, but I get an
error message "Incompatible Filters"
I am using Apache Superset 1.3.0

--
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]