MDX in Excel?
Posted: Fri Nov 20, 2009 3:54 pm
I'm wondering if I can utilize an MDX statement in an Active Form?
Instead of:
=TM1RPTROW($B$9,"planning:Merch Hierarchy","MDXSUB-CLSAAAC")
I'd like to do something like:
=TM1RPTROW($B$9,"planning:Merch Hierarchy","{ [CLSAAAC].Children }")
But after making the above change to TM1RPTROW, F9 doesn't update anything and a rebuild Active Form command takes forever and returns the entire hierarchy. I want to have [Dimension] referenced from a SUBNM selection in another cell. After the selection changes, I'd like to have all Active Forms in the workbook refresh to reflect the childern of this selection.
If I can't do this, I believe I'm going to be stuck manually creating 400+ MDX Subsets (or figuring out where/how mdx views are stored and modifying the TM1 reference file directly).
Thanks. -- John
Instead of:
=TM1RPTROW($B$9,"planning:Merch Hierarchy","MDXSUB-CLSAAAC")
I'd like to do something like:
=TM1RPTROW($B$9,"planning:Merch Hierarchy","{ [CLSAAAC].Children }")
But after making the above change to TM1RPTROW, F9 doesn't update anything and a rebuild Active Form command takes forever and returns the entire hierarchy. I want to have [Dimension] referenced from a SUBNM selection in another cell. After the selection changes, I'd like to have all Active Forms in the workbook refresh to reflect the childern of this selection.
If I can't do this, I believe I'm going to be stuck manually creating 400+ MDX Subsets (or figuring out where/how mdx views are stored and modifying the TM1 reference file directly).
Thanks. -- John