Prev and Next attributes not working
Posted: Fri Nov 12, 2010 10:08 am
Hi all,
I have following rules to calculate previous and next year values:
Attributes are populated properly, but it is not working. Any idea?
Thanks,
Vladino
EDIT:
Solved, DB functions were missing all dimensions...
I have following rules to calculate previous and next year values:
Code: Select all
['Revenues','Last Year']=N:DB('Cube',ATTRS('Year',!Year,'Prev'),'This Year');
['Revenues','Next Year']=N:DB('Cube',ATTRS('Year',!Year,'Next'),'This Year');
Thanks,
Vladino
EDIT:
Solved, DB functions were missing all dimensions...
