PDA

View Full Version : Measures and Dimensions


jacq
05-01-02, 23:27
hi!

i am very new to mdx. i am currently using ms mdx sample application to get data from a cube. i was wondering how come doing the following:

select
{<measures>.<member1>, <measures>.<member2>, <dimension1>.members} on columns,
<dimension2>.members on rows
from <cube>

causes the following error:

unable to open cellset
formula error - unknown error


Is it against rules to combine measures and dimensions in a column?

can someone help me find documentations regarding mdx. if possible programmer's references with examples