I’m trying to implement a consolidated-level expression on a dimension using the performance modeler 10.2.2. It works fine for simple formulas. The performance modeler creates the rules and feeders in the cube, according to the dimensional expressions. The problem is with a formula that pulls values from another cube.
The normal syntax of a rule in this case is:
Code: Select all
['ElementName']=C:DB('CubeName', !Dim1, !Dim2, !Dim3, 'ElementName');
Code: Select all
DB('<CubeName>')
Code: Select all
DB(CubeName, e1, e2, [...e256])
Code: Select all
DB(CubeName, Dim1, Dim2, Dim3, 'ElementName')