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