Error while sending mails

  • Sir,

    I tried to retrieve Email ids from Cubes(developed using SQL server analysis) by executing the following MDX query....

    " SELECT { [Project Dim].[Project Manager Email]} ON COLUMNS,{[Project Dim].[Project Code].&[p01]} On ROWS FROM [Splice-m] WHERE ( KPIStatus("KPI"))"

    But i got the following error in doing so..

    " The query must have atleast one axis.The first axis of the query should not have multiple hierarchies,nor should it refernce any dimension other than measures dimension"

    Looking forward to an early reply to solve this ....

    Thanks in advance!!!!

  • Have you tried adding a .MEMBERS to the end of the column set specification?

    so like { [Project Dim].[Project Manager Email].MEMBERS} ON COLUMNS

    Steve.

Viewing 2 posts - 1 through 2 (of 2 total)

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