Matt Allen wrote:

There are two "Measures" in there, but im only getting the top one returned.
If I put Price above Profit I get that one.

I don't have your MDX query, so it is hard to say. Maybe there is a where clause missing? For instance:


    select ...
      from [Sales]
     where ([Measures].[Price])

Alex
_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to