Hello!
We are trying to find a formula for a scheduled report job to run monthly on the 28th of each month.
Currently the report parameters contain formulas as follows:
Current Month Date: {LAST_DAY_OF_MONTH()$}
Prior Month Date: {FIRST_DAY_OF_MONTH()-1$}
However, we need a formula that shows the 28th (or a specific date of each). i.e. 28th of current month and the 28th of the prior month.
Any suggestions on how to write this? Or would it be possible? Thank you in advance!