Plans View Quick Query Syntax DueDate range based on today uses Union?
Ignore the " " around the ">" - the site things I'm adding tags without the ""
I tried adding another dueDate conditional but it just gives me every record that is Open. Any ideas, or is Intersection styled join available in later RTC versions, instead of Union?
Example using: stateGroup:Open dueDate:"<"today+7 dueDate:">"today
Thanks
One answer
Hi,
Did you get around this problem? I'm facing the same issue on RTC v5.0.2.
I just can seem to specify a range for due date.
I want all items with dues date between today and next 2 weeks to be in color yellow.
above does not work. I tried various combinations.. including the one below:
but just cant seem to get the expected behavior.
Did you get around this problem? I'm facing the same issue on RTC v5.0.2.
I just can seem to specify a range for due date.
I want all items with dues date between today and next 2 weeks to be in color yellow.
dueDate<today+15 dueDate>today resolved:false
above does not work. I tried various combinations.. including the one below:
dueDate<today+15 >today resolved:false
but just cant seem to get the expected behavior.