Client wanted to have Moving Annual Total in WEBI, but it has only Year and Month variable but not complete date variable. I am having difficulty filtering data between December 2014 To January 2015.
How to achieve it ?
Year >= 2014
AND
Month >= 12
AND
Year <= 2015
AND
Month <= 1
But I am getting empty row of data.