Hi All,
Is it possible to use multiple conditions with the function: FILTER or WHERE?
In my scenario I want to check if the startdate is greater than x and enddate lower than y or enddate = maxvalue
table.Startdate >= x and (table.enddate < y OR table.enddate = maxvalue) ==> for what i've found on the internet there is only one condition possible in the where clausule but I find it hard to believe that it's not possible for multiple conditions on a datasource within the electronic reporting framework.
thanks in advance
kind regards
Matthias