Hello all:
CR 8.5
Here is my current selection formula and I need to modify it some.
{dbo_CONTRACT_CURR.CLOSED_DATE} in YearToDate
Which worked great last year but I need to modify it to a rolling 6 months based on the last full month. I know it's probably pretty easy but I just can't wrap my head around it. Something like:
{dbo_CONTRACT_CURR.CLOSED_DATE} >= (LastFullMonth,-6)
but that doesn't seem to want to work.
Any help is greatly appreciated
CR 8.5
Here is my current selection formula and I need to modify it some.
{dbo_CONTRACT_CURR.CLOSED_DATE} in YearToDate
Which worked great last year but I need to modify it to a rolling 6 months based on the last full month. I know it's probably pretty easy but I just can't wrap my head around it. Something like:
{dbo_CONTRACT_CURR.CLOSED_DATE} >= (LastFullMonth,-6)
but that doesn't seem to want to work.
Any help is greatly appreciated