Subset Name vs Consolidation Name in MDX Dynamic Subset
Posted: Tue Mar 10, 2015 5:20 pm
I am creating a dynamic subset using MDX to list the Level 0 (leaf nodes) of a different subset.
However, it is confusing the source subset name with a similar consolidation name.
The subset I want to use is called "BillingsReports" with no spaces.
There is also a consolidation called "Billings Reports" with a space.
The MDX Query references "BillingsReports" subset with no space like this.
However the list being shown is the "Billings Reports" consolidation.
I could fix it by changing the name of the subset from "BillingsReports" to "Billings_Reports", but I wondered if anyone has a clue about why this is happening.
IBM Cognos TM1 9.5
However, it is confusing the source subset name with a similar consolidation name.
The subset I want to use is called "BillingsReports" with no spaces.
There is also a consolidation called "Billings Reports" with a space.
The MDX Query references "BillingsReports" subset with no space like this.
Code: Select all
TM1SORT(
{TM1FILTERBYLEVEL(
{TM1DRILLDOWNMEMBER( {[clients].[BillingsReports]} , ALL, RECURSIVE }
, 0)}
, ASC)
I could fix it by changing the name of the subset from "BillingsReports" to "Billings_Reports", but I wondered if anyone has a clue about why this is happening.
IBM Cognos TM1 9.5