Forum Replies Created

Viewing 15 posts - 1 through 15 (of 24 total)

  • RE: Mdx query - a kind of Inner Join

    Hi Steve!

    Thank you very much for your help!

    Cafc

  • RE: Mdx query - a kind of Inner Join

    Hi, Steve

    Thank you very much for your reply. Indeed, all my Measure.Sales has values >0... so the result is not what I would expected!

    But, thanks any way.

    Hi Dirk Wegener, adapted...

  • RE: Mdx query - a kind of Inner Join

    Hi,

    thank you very much for both your replies!

    I haven't the opportunity to test it but i will tomorrow and post here the results! thank you again

    Cafc

  • RE: grouping by MDX

    hi!

    ok! it count, but it is not accurate... i don't figure out why.... ! but i will do it...for sure!

    i want thanks to all that answer to my post...

  • RE: grouping by MDX

    sorry but it return the following error :

    "the measures hierarchy already appears in the Axis0 axis."

    thanks

  • RE: grouping by MDX

    i want count the number of costumer by age group, by store and date (of course that is implicit that the costumers has sales...)

    in my date base i have the...

  • RE: grouping by MDX

    if you want to see what's going on you could please visit this link:

    http://img84.imageshack.us/img84/3012/mdx.png

    the mdx code that you provide generate the result that i show on this picture....

  • RE: grouping by MDX

    it return the following error:

    "the function expects a tuple set expression for the argument. A string or numeric expression was used"

  • RE: grouping by MDX

    hi,

    i try your code as followed:

    SET FilteredSet AS filter (

    [Dim Costumer].[Cod].ALLMEMBERS,

    [Dim Costumer].[Age Group].CurrentMember.Properties("Age Group") = "0-14" and

    [Dim Store].[Store Cod].CurrentMember.Properties("Store Cod") = 4

    )

    MEMBER [Measures].[x]...

  • RE: grouping by MDX

    hi Barry Ralston,

    i try to use the measure count as you said... but this measure will count the number of sales of costumer and not number of coustumers.... you see?

    thanks...

  • RE: grouping by MDX

    thank you very much for your answer!! but can you explain me better your code? can you please explain me what do mean by [DMCount]?

    do you mean to this...

  • RE: grouping by MDX

    Thanks for your answer but your mdx code will return sum of sales... and i want count the number of costumers...

    A change my initial post because it wasn't well...

  • RE: ERROR: Subquery returned more than 1 value

    hi steve!

    Ok! I didn't have the opportunity to try-it (to create a named query) but I will! but for the moment the hierarchies solve a lot my pbs!! 🙂

    Thank...

  • RE: ERROR: Subquery returned more than 1 value

    Hi Steve!

    Yes, I agree with you! Its better using hierarchies, I forgot completly the hierarchies !!!! (I have some, but never using/need them, until now 🙂 ) .

    But, just for...

  • RE: ERROR: Subquery returned more than 1 value

    Hi, thank you very much for your answer!

    Indeed I had already tested the query that you write! but it doesn't return what I want! select top 1... it returned...

Viewing 15 posts - 1 through 15 (of 24 total)