Forum Replies Created

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

  • RE: Equivalent of T-SQL 'NOT IN' for MDX

    Hi i have same problem with little different requirement, following is my query

    select NON EMPTY{

    [Measures].[Clicks],

    [Measures].[YAP Delivered Impressions],

    [Measures].[YAP Scheduled Impressions],

    [Measures].[Total Measured Revenue Constant]} on columns,

    NON Empty (FILTER(

    [Order].[Order Number].[Order Number],

    [Measures].[Clicks] > 0...

  • RE: Primary Key and Unique key

    Primary Key

    1)A table can have only one PRIMARY KEY constraint.

    2)PRIMARY KEY constraint cannot accept null values.

    3)A table can have only one primary key constraints.

    4)It automaticaly define unique index for primary...

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