Forum Replies Created

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

  • RE: Help with MDX Query

    OK, I think I know what you need.

    WITH MEMBER [Dim2].[Date].[MM]

    AS

    ' Aggregate( { [Dim2].[Date].[2007-12-31], [Dim2].[Date].[NULL] } ) '

    SELECT

    { [Measures].[A], [Measures]. } ON COLUMNS,

    { [Dim1].[Hierarchy].Children } ON ROWS

    FROM

    [CUBE]

    WHERE

    ( [Dim2].[Date].[MM] )

    Something like that....

    [font="Arial"]Tomislav Piasevoli[/font][font="Arial Narrow"] - Business Intelligence Specialist - [/font]http://www.softpro.hr

  • RE: Help with MDX Query

    Hi,

    replace OR with , (comma).

    [font="Arial"]Tomislav Piasevoli[/font][font="Arial Narrow"] - Business Intelligence Specialist - [/font]http://www.softpro.hr

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