It should be straightforward but I am missing something here.
Let’s start with a specific issue I have now:
I want to create a condition (advanced: inside a :filter) for when a range of two dates contains a specific date.
By definition in the references, the command “contains: Returns yes if the range contains the value (between the two values)”.
Then I write :
Date Begin <- range -> Date End contains this item’s date (more…)
It gives red error as the condition is incomplete…
Where am I wrong?
Thanks in advance for the help.
Sergio