Prev and Next attributes not working

Post Reply
vladino
Posts: 110
Joined: Sat Nov 06, 2010 10:10 am
OLAP Product: Cognos TM1
Version: 10.2.2
Excel Version: Excel 2013

Prev and Next attributes not working

Post 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:
Post Reply