Dear All,
I would like to seek help inside VA report, how to create a measure or aggregated measure with date ranges.
I have a categories between 2 date ranges such as
Categories Date start Date end
A 01JAN2015 31JAN2015
B 01JAN2015 31DEC2015
C 02FEB2015 28FEB2015
D 02FEB2015 31DEC2015
next to create a new aggregated measure in report graph to show something like the image
so B will count/sum/ etc in each month of 2015 the bar chart.
http://s53.photobucket.com/user/elenatec/media/Bar%20Chart.png.html
I have tried to use VA text calculated item
( Month('Trading_date'n) BetweenInclusive(Month('Transaction Start Date'n), Month('Transaction End Date'n)) )
but i would like to have something like VA Agre.png
http://s53.photobucket.com/user/elenatec/media/VA%20Agre.png.html
Regards,
Ong