Had to run a daily report in batch, with data from the day before.
Solved by creating a function in SysQueryRangeUtil, currentSessionYesterdayDate() returning SystemDateGet() - 1.
This function was then entered into the report's range: (currentSessionYesterdayDate())