Hi I have a variable I am using to show current monthminus1 data and it works fine
=floor(AddMonths(vnp_CurrentMonth, -1))
the vnp_currentMonth is a variable that takes the selected month and is used in the above:
=floor(MonthStart(vSelectedYearMonth))
so the above will show data for the selected month minus one month. I want a variable that will add the current month-1 the current month-2 and the current month-3 so for instance if January is selected it will add the data for Oct, Nov and Dec and display them.
The full expression that uses this for your information is: