Dynamic Subset Created by MDX in TI Process
Posted: Tue Sep 08, 2015 7:47 am
Hi,
I was wondering if i could troubole any of the guru's out there for a bit of advice?!
I am creating a Dynamic Subset, based on an attribute of a dimension and selected using a Parameter from a TI process. When i save the process, it accepts it, when i run it, it comes up with an error unfortunately.
The message i am getting is :
Level or member name is ambiguous.
It then lists two other dimensions that the element appears in, but they are not in the cube I am trying to update at all, which i thought was strange as i would have thought it was obvious what Dimension i am wanting to create this subset in from the syntax alone.
The element selected actually comes from a parameter within the process.
Here is my MDX syntax :
SubsetCreatebyMDX('TargetDimension', '{FILTER( {TM1SUBSETALL( [TargetDimension] )}, [TargetDimension].[Attribute] ='|Parameter|')}');
(The Parameter is hard coded for now until the process works and is put into an application and therefore cell referenced.
Any help would be gratedully received.
Rgds
Dan
I was wondering if i could troubole any of the guru's out there for a bit of advice?!
I am creating a Dynamic Subset, based on an attribute of a dimension and selected using a Parameter from a TI process. When i save the process, it accepts it, when i run it, it comes up with an error unfortunately.
The message i am getting is :
Level or member name is ambiguous.
It then lists two other dimensions that the element appears in, but they are not in the cube I am trying to update at all, which i thought was strange as i would have thought it was obvious what Dimension i am wanting to create this subset in from the syntax alone.
The element selected actually comes from a parameter within the process.
Here is my MDX syntax :
SubsetCreatebyMDX('TargetDimension', '{FILTER( {TM1SUBSETALL( [TargetDimension] )}, [TargetDimension].[Attribute] ='|Parameter|')}');
(The Parameter is hard coded for now until the process works and is put into an application and therefore cell referenced.
Any help would be gratedully received.
Rgds
Dan