This content has been marked as final.
Show 2 replies
-
1. Re: Cumulative SUM across Months
Norbert MaijoorMar 14, 2017 1:10 PM (in response to dipti.patel.2)
Hi Dipti,
Find my approach as reference below and stored in attached workbook version 10.0 located in the original thread.
Date selector
Quantity selected: if datediff('year',[Order Date],[Date selector])=0 and datediff('month',[Order Date],[Date selector])>=0 then [Quantity] END
Regards,
Norbert
-
2. Re: Cumulative SUM across Months
dipti.patel.2 Mar 16, 2017 11:01 AM (in response to Norbert Maijoor)Hi Norbert,
Thanks for your help, but is there any other way to do it other than using the Order Date as in my current data set I do not have any dates but just Month and Year as a separate columns.
I will also try out if possible without using any date field