Getting Started with Adobe After Effects - Part 6: Motion Blur
Ask
Ask questions, discuss or help others by answering
Related Posts · View All
SQL Server 141
TSQL 75
SSRS 70
SSIS 66
XML 54

Top Categories · View All
SQL Server 141
TSQL 75
SSRS 70
SSIS 66
XML 54

mdx

Oct 14 2011 12:00AM by kavali1985   

need a mdx query to retrive result set with country,state,city,postal code with given employee name

Thanks in advance

Submitted under: Microsoft SQL Server · SSAS ·  ·  · 


kavali1985
469 · 0% · 80

1 Replies

  • Create a hierarchy with country,state,city and postal code and use it in the MDX query. For ex: If the hierarchy name is Region which is part of [Dim Geography] dimension and you want to see the result for a measure 'Sales Amount' then the MDX would be: Select [Measures].[Sales Amount] On 0, [Dim Geography].[Regions].Members On 1 From [CubeName] Where [Dim Employee].[EmpName].[GivenEmpName]

    commented on Oct 23 2011 2:14AM
    Nitesh Rai
    135 · 1% · 361

Your Reply


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]