Admittedly, this is my first attempt at, but it is not working. Here is the MDX:
Code: Select all
SELECT
{[Version].[Active_03]} ON COLUMNS,
{[Organization].[Mapping].[Mapping]} *
{[HR Level].[Mapping].[Mapping]} *
TM1SubsetToSet( [Fiscal Period], "tmp_sys.53.Factor Loading_07160310_98051") *
{[lookup.Mapping Measure].[53Year].[tmp_sys.53.Factor Loading_07160310_98051c]} ON ROWS
FROM [lookup.Mapping]
Code: Select all
Error: Prolog procedure line (4): Invalid key: Dimension Name: "Organization", Element Name (Key): "Mapping"
Looks like ViewZeroOut still only works only with elements in the base hierarchy? Please tell me there is something to this I am missing.
And before someone chimes in about it, yes, we use leaf elements in alternate hierarchies that are not in the base hierarchy and the only reason we have to put them in the base is because of functions like ViewZeroOut not working with alternate hierarchies.