Error Forming Tuple Expression
Posted: Wed Dec 19, 2012 3:52 pm
Hey guys, I'm getting an error I haven't seen before and I'm hoping someone can shed some light on it.
I'm trying to attach this MDX query to a time Dimension.
The attribute exists as a text attribute, and some of the elements have data in the attribute but not all. The message I get is:
Error Forming Tuple Expression
I've tried to copy the expression into the window, I've tried recording a similar expression, and I've tried using a process to attach the expression. All methods give me the same error.
The dimension has an alternate Hierarchy for YTD rollups, could this be causing it?
Thanks for any Insight.
I'm trying to attach this MDX query to a time Dimension.
Code: Select all
{FILTER( {TM1SUBSETALL( [Time] )}, [Time].[Month] <> "")}
Error Forming Tuple Expression
I've tried to copy the expression into the window, I've tried recording a similar expression, and I've tried using a process to attach the expression. All methods give me the same error.
The dimension has an alternate Hierarchy for YTD rollups, could this be causing it?
Thanks for any Insight.