Row Header are not display

  • Hello,

    I write a MDX like this

    WITH

    MEMBER [CPM] AS [Measures].[Net Budget]/[Measures].[grp1]

    SELECT

    NONEMPTY( {[MASTER Country 1].[Country Name].Members

    * [MASTER Company].[Company Name].Members

    * [MASTER Brand].[Brand Name].[Brand Name].Members

    }) ON rows,

    { [Measures].[Net Budget],[CPM]} on COLUMNS

    FROM

    [CubeTelecident2]

    where ([MASTER Unit Period 1].[Id Unit Period].&[1300]

    , [MASTER Country 1].[Id Country].&[427]

    ,[MASTER Company].[Id Company].&[1813] )

    But Result not showing header text of Rows members. (As per attachment)

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply