Is the fixing of dimension logically correct?
Summary
Is the fixing of dimension logically correct?Content
Hi All,
I am just wondering whether below fixing of dimension member within FIX statment is logically correct or not ? because essbase is not throwing any error for syntax.
FIX(("Actual") OR (Budget,"WORKING",&VOL_CY))
AGG( "PRODUCT");
ENDFIX
Expectation is to aggregate the product dimension both for actual scenario for all dimension member combination and for budget with for working version and current year.
I know we can separate box the fixes and do the aggregation and but wondering to merge it one like above..
Is the correct way of doing it ?
0