When trying to consolidate and store the rule into a cube (CUBE A) I running into issues.
Based on the documentation I followed appropriate steps: setup a temporary cube and then used it in a dataflow TEMP = a (where block a is CUBE A with rule applied). I then run a second dataflow to flow TEMP back into CUBE A.
The rule (simplified) is created on a dimension called "P&L" however the cube is structured by "GL". This is the only thing that I am finding ambiguous in the documentation. Does the rule need to be written on "GL" for this process to work?
I have applied the extend to "GL" as this is the child of "P&L".