Using C10, i've searched a few times and can't find the answer to this one, but i feel it should be fairly easy.
Trying to set up a report to run for the fiscal month - which for us is the 22nd of one month to the 21st of the next.
I currently have it set up to run using the following criteria:
({CIT_Audit.Create Date2}=dateadd("m",-1,currentdate) to currentdate -1
But for this to work i need to have it run on the 22nd of each month. I'd like to build it so i can run the report on any date/time and it will pull anything from the 22nd of the previous month to the 21st of the current month.
Your time and help is appreciated.
Trying to set up a report to run for the fiscal month - which for us is the 22nd of one month to the 21st of the next.
I currently have it set up to run using the following criteria:
({CIT_Audit.Create Date2}=dateadd("m",-1,currentdate) to currentdate -1
But for this to work i need to have it run on the 22nd of each month. I'd like to build it so i can run the report on any date/time and it will pull anything from the 22nd of the previous month to the 21st of the current month.
Your time and help is appreciated.