Hello world!
I am creating a report that i need to pull in prior day the formula i have is
//BeforeReadingRecords;
if DayOfWeek (CurrentDate) = 2 then CurrentDate-3 else CurrentDate -1
The message I am getting is"
"The result of selection formual must be a boolean"
Can anyone help me with this