Calculated member to return the MDX expression of another cal mem as a string -
12-08-2003
, 01:12 PM
Is it possible to make a calculated member that gets the MDX as a
string from another calculated member?
Suppose I was querying a cube and I have a calculated member in it
called
[MemFmla] as 'Sum([Time].[1997].[Q1], [Time].[1997].[Q2])'
While writing a mdx query in sample app, I want to make ANOTHER
calculated member...
[MemInfo] as 'return a string for the mdx of [MemFmla]......'
And the solve order... etc... (Like we do it for regular members)
Is this even possible?
Thanks |