Dynamic Subset not so dynamic
Posted: Tue Apr 05, 2016 1:38 pm
Hi all,
I have a finance report that shows GL accounts and amounts where the user can select any level of the organization hierarchy. There is a drop down to select the level to show. This is a dynamic subset built in the subset editor with the following MDX
{ EXCEPT( { EXCEPT( { EXCEPT( { DRILLDOWNMEMBER( {TM1SubsetBasis()}, {[bpmCostCenter].[TDUS02]} ) }, { [bpmCostCenter].[Unassigned] }) }, { [bpmCostCenter].[CR_SGA] }) }, { [bpmCostCenter].[CR1_161] }) }
Unfortunately we get a lot of organizational hierarchy items we don't need in a data feed - Long story.
It works fine in the subset editor and in Excel. On the Web form the dropdown still has items that I am excluding in the EXCEPTs above. Its not a particularly large data set probably less than 500 options tops.
We are on Web 10.2.2
Thanks in advance
Jeff
I have a finance report that shows GL accounts and amounts where the user can select any level of the organization hierarchy. There is a drop down to select the level to show. This is a dynamic subset built in the subset editor with the following MDX
{ EXCEPT( { EXCEPT( { EXCEPT( { DRILLDOWNMEMBER( {TM1SubsetBasis()}, {[bpmCostCenter].[TDUS02]} ) }, { [bpmCostCenter].[Unassigned] }) }, { [bpmCostCenter].[CR_SGA] }) }, { [bpmCostCenter].[CR1_161] }) }
Unfortunately we get a lot of organizational hierarchy items we don't need in a data feed - Long story.
It works fine in the subset editor and in Excel. On the Web form the dropdown still has items that I am excluding in the EXCEPTs above. Its not a particularly large data set probably less than 500 options tops.
We are on Web 10.2.2
Thanks in advance
Jeff