Date range not pulling correctly for report in text mode
Hello - I have a ticket in with Support about this, but hoping the community may be able to answer quicker (no response from Support other than an acknowledgement of the ticket in 24 hours).
I have a report initially built in the report builder, which pulls all data between 11/01/2020 and $$TODAY. It's pulls tasks with a name that contains certain criteria. Because I have multiple task name criteria, I switched to text mode to add the other variables for task name. Before I switched to text mode, the report was pulling in data for the correct date range. Since switching to text mode, it's pulling in a year's worth of data prior to 11/01/2020.
This is what I have in text mode currently:
OR:1:task:name=BPS Review
OR:1:task:name_Mod=cicontains
OR:2:task:name=Production File
OR:2:task:name_Mod=cicontains
portfolioMM:ID=5bdb34fa00435dfb1b0179ebac27d6a1
portfolioMM:ID_Mod=in
task:actualCompletionDate=2020-11-01
task:actualCompletionDate_Mod=between
task:actualCompletionDate_Range=$$TODAY
task:name=Proofreading
task:name_Mod=cicontains
TIA for any help you can offer!