I could create a YTD rollup in Month timescale and this may be the most workable solution, but since this is only one instance for the YTD requirement I would like to try my hand with a rule calc.
A suggestion of from mce
points to the YTD Value" a parent of "Period Value" for measure dimension, but what I cannot work out is the rule that would calculate the YTD. I have a month_number attribute in Month dim which may help? Does anyone have a suggestion on the syntax or methof in the rule?calculating YTD using rules. You would simply have a separate dimension (or you can also use your measure dimension) that has "Period Value" and "YTD Value" elements. If you want to achieve this via feeder-less rules, you can make "YTD Value" a parent of "Period Value".
Thanks in advance