Hello All,
I am trying to create a simple list report, that shows calls with a start date of yesterday.
In report filter, I have tried many iterations of complex expressions. The one I thought would work was two filters:
The first one was complex Date Function on Date Start using Less Than: datetime\addDays(datetime\today(), -1)
And a second one using Greater Than: datetime\addDays(datetime\today(), -2)
but this doesn't work I just get no data. The closest I can get is a simple field filter of Date Start Last 1 Days, but this shows today's and yesterday's calls.
Is there a way I can filter for a Date Start of yesterday only?
Thank you.
I am trying to create a simple list report, that shows calls with a start date of yesterday.
In report filter, I have tried many iterations of complex expressions. The one I thought would work was two filters:
The first one was complex Date Function on Date Start using Less Than: datetime\addDays(datetime\today(), -1)
And a second one using Greater Than: datetime\addDays(datetime\today(), -2)
but this doesn't work I just get no data. The closest I can get is a simple field filter of Date Start Last 1 Days, but this shows today's and yesterday's calls.
Is there a way I can filter for a Date Start of yesterday only?
Thank you.
Comment