DB function to pull one measure from cube to cube
Posted: Thu Sep 24, 2015 11:50 am
Hi:
I am very new to TM1 and apologise for the newbie question.
I am creating a cube that needs to pull a measure (in order to perform a calculation at a later stage) say "Commission" from a cube 'Sales.'
Each Cube features several dimensions, however this particular measure resides in the 'Measures' dimension.
DB (cube, element1, element2, element3, elementn);
Given that I only need the Commission measure, would the DB formula just be:
DB ('Sales', !Commission);
or do I need to list all elements present in the cube?
Many thanks in advance
I am very new to TM1 and apologise for the newbie question.
I am creating a cube that needs to pull a measure (in order to perform a calculation at a later stage) say "Commission" from a cube 'Sales.'
Each Cube features several dimensions, however this particular measure resides in the 'Measures' dimension.
DB (cube, element1, element2, element3, elementn);
Given that I only need the Commission measure, would the DB formula just be:
DB ('Sales', !Commission);
or do I need to list all elements present in the cube?
Many thanks in advance