Page 1 of 1

Prev and Next attributes not working

Posted: Fri Nov 12, 2010 10:08 am
by vladino
Hi all,
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');
Attributes are populated properly, but it is not working. Any idea?

Thanks,
Vladino

EDIT:
Solved, DB functions were missing all dimensions... :oops: