I need to specify in ongoing report to pull data for a fiscal years that run from Nov 1 - Oct 31
Someone in house said to use this - but it's not exactly working - any help would be appreciated!
BeforeReadingRecords;
if month(today) in [11,12] then
date(year(today),11,01)
Else
if not(month(today) in [11,12]) then
date(year(today)-1,11,01)
End Date:
currentdate – 1
OR
Monthend
Someone in house said to use this - but it's not exactly working - any help would be appreciated!
BeforeReadingRecords;
if month(today) in [11,12] then
date(year(today),11,01)
Else
if not(month(today) in [11,12]) then
date(year(today)-1,11,01)
End Date:
currentdate – 1
OR
Monthend