Extracting elements via vba
Posted: Tue Jul 14, 2009 6:52 am
Hello,
Below is my dynamic subset of the Division dimension.
{FILTER( { DRILLDOWNMEMBER( {TM1SubsetBasis()}, {[Division].[2]} ) }, [Division].[Display] = "Yes")}
I am trying to get the syntax to run this via VBA.I know the syntax for running MDX to select from cubes but I havent seen an example where I am extracting elements from dimension via vba.I dont want to create this dynamic subset only at runtime.
Below is my dynamic subset of the Division dimension.
{FILTER( { DRILLDOWNMEMBER( {TM1SubsetBasis()}, {[Division].[2]} ) }, [Division].[Display] = "Yes")}
I am trying to get the syntax to run this via VBA.I know the syntax for running MDX to select from cubes but I havent seen an example where I am extracting elements from dimension via vba.I dont want to create this dynamic subset only at runtime.