I need to assign a constant in a rule , and I get the constant value from a lookup cube of 2 dimension , which got only 1 element for these 2 dimensions, a in A dimension and b in B dimension.
So I wrote this rule "['Actual'] = N: DB('constant', 'a', 'b') ;" , Say my original cube is called "Test" , How am I going to feed the rule ?
I try this one but faild "['a','b' ]=>DB('Test', 'Actual' !location, !model,!account1 ,!month );" , please shed some light and guide me through this .
