I am using CR V8.5.
I currently have a crude formula that simply shows me data for the last 6 full months. This formula is below.
My problem now is that we are in a new year and the formula does not work. I pressume this is because the formula is trying to subtract 7 from month 1 and does not understand that it must go to month 12 when going back from month 1.
Can you offer a solution to this please.
I currently have a crude formula that simply shows me data for the last 6 full months. This formula is below.
Code:
Month({Support_Incident.Date Recorded})>Month(Today())-7 and
Month({Support_Incident.Date Recorded})<=Month(Today())-1
My problem now is that we are in a new year and the formula does not work. I pressume this is because the formula is trying to subtract 7 from month 1 and does not understand that it must go to month 12 when going back from month 1.
Can you offer a solution to this please.