Date Filter in Multiple Explore:
I have a data filter say End Date in one of the explores. The condition for check will be if Table_date < = End Date.
My requirement is like in another explore I need to have it as Table_date > = End Date. Is it possible to have two different types of filter crtieria in separate explores. Since in both cases my where condition is like:
{% condition end_date %} TABLE_DT {% endcondition %}
The filter is placed in one single dashboard, and I have it as Before in the dropdown. Explore 1 takes as Before, but explore 2 also takes the same, is there any way I can change in query of explore 2?