Attribute Rules Explanation for Version?
Posted: Fri Jul 19, 2013 3:36 pm
Hey guys
I was taking up someone's suggestion in another thread of mine on just looking through rules in a sample library provided by IBM and trying to understand them and kinda got stuck
I tried to draw it out (I am very visual if you haven't gathered that yet)
and then peice together what this rule is doing in an attribute cube...
The rule is:
And below is the visual so you can literally see each cube / dimension it's referring to from this sample library. I think I need to do something similar in a Months attribute cube I have built is why I am looking at this specifically. I was hoping someone could put in layperson's terms what this rule is doing?
Thanks so much!
I was taking up someone's suggestion in another thread of mine on just looking through rules in a sample library provided by IBM and trying to understand them and kinda got stuck


The rule is:
Code: Select all
['Forecast','FcstMonth']=S:ATTRS('MonthMap',STR(DB('Relative Time',DB('Calendar','Current Year','String'),'Year','ActForMonth'),2,0),'Name');
Thanks so much!