Question
How can we display the detailed data starting from the selected year and month up to N months ago?
How can we display the detailed data starting from the selected year and month up to N months ago?
YEAR([Order Date]) * 100 + MONTH([Order Date]) <= [Year] * 100 + [Month]3. Create a calculated field and name it LAST N months filter.
LAST() < [LAST N months]4. Open Detail worksheet and add Year and Month filter and select TRUE.