![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I need to stack two dimensions. The two dimensions have equal valuelabels I tried it using a union: Select UNION({[q10_4].members},{[q10_4].members},ALL) on rows, |
#3
| |||
| |||
|
|
In your example you are trying to union a set with itself. I'm not clear why you would want this, or what result you seek. public @ the domain below www.tomchester.net "Free like a bird" <otalens (AT) hotmail (DOT) com> wrote in message news:402a6632$0$572$e4fe514c (AT) news (DOT) xs4all.nl... Hi, I need to stack two dimensions. The two dimensions have equal valuelabels I tried it using a union: Select UNION({[q10_4].members},{[q10_4].members},ALL) on rows, |
#4
| |||
| |||
|
|
Ok, perhaps a bad example. I was able to union a set with itself, but I want to do this using two different dimensions. As a result I want to see dimension X in the columns and dimensions Y and Z stacked in the rows. For example All Gender F M All Marital Status 10 4 6 Married 6 2 4 Single 4 2 2 All Education 10 3 7 Bachelor 4 1 3 Graduate 3 1 2 High School 3 1 2 .. So I want Education displayed on the same 'level' as Martital Status. I also want to be able to stack the columns instead on stacking om the rows as in this example. When composing the cube, I don't know which dimensions will be stacked and which won't. The solution must me "run-time" Thanks in advance, I appreciate your help. Oliver "Tom Chester" <publicNOSPAM (AT) tomchester (DOT) net> wrote in message news:gnuWb.481$PX2.20695 (AT) news (DOT) uswest.net... In your example you are trying to union a set with itself. I'm not clear why you would want this, or what result you seek. public @ the domain below www.tomchester.net "Free like a bird" <otalens (AT) hotmail (DOT) com> wrote in message news:402a6632$0$572$e4fe514c (AT) news (DOT) xs4all.nl... Hi, I need to stack two dimensions. The two dimensions have equal valuelabels I tried it using a union: Select UNION({[q10_4].members},{[q10_4].members},ALL) on rows, |
#5
| |||
| |||
|
|
I won't go so far as to say it's not doable, but it's probably not feasible. (I suppose a kludge could be crafted if the number of possible combinations, and member counts, were managable.) Depending if your front-end is customizable, you could do 2 separate queries and stack the results. public @ the domain below www.tomchester.net "Free like a bird" <otalens (AT) hotmail (DOT) com> wrote in message news:402b70d7$0$569$e4fe514c (AT) news (DOT) xs4all.nl... Ok, perhaps a bad example. I was able to union a set with itself, but I want to do this using two different dimensions. As a result I want to see dimension X in the columns and dimensions Y and Z stacked in the rows. For example All Gender F M All Marital Status 10 4 6 Married 6 2 4 Single 4 2 2 All Education 10 3 7 Bachelor 4 1 3 Graduate 3 1 2 High School 3 1 2 .. So I want Education displayed on the same 'level' as Martital Status. I also want to be able to stack the columns instead on stacking om the rows as in this example. When composing the cube, I don't know which dimensions will be stacked and which won't. The solution must me "run-time" Thanks in advance, I appreciate your help. Oliver "Tom Chester" <publicNOSPAM (AT) tomchester (DOT) net> wrote in message news:gnuWb.481$PX2.20695 (AT) news (DOT) uswest.net... In your example you are trying to union a set with itself. I'm not clear why you would want this, or what result you seek. public @ the domain below www.tomchester.net "Free like a bird" <otalens (AT) hotmail (DOT) com> wrote in message news:402a6632$0$572$e4fe514c (AT) news (DOT) xs4all.nl... Hi, I need to stack two dimensions. The two dimensions have equal valuelabels I tried it using a union: Select UNION({[q10_4].members},{[q10_4].members},ALL) on rows, |
#6
| |||
| |||
|
|
Ok, perhaps a bad example. I was able to union a set with itself, but I want to do this using two different dimensions. As a result I want to see dimension X in the columns and dimensions Y and Z stacked in the rows. For example All Gender F M All Marital Status 10 4 6 Married 6 2 4 Single 4 2 2 All Education 10 3 7 Bachelor 4 1 3 Graduate 3 1 2 High School 3 1 2 .. So I want Education displayed on the same 'level' as Martital Status. I also want to be able to stack the columns instead on stacking om the rows as in this example. When composing the cube, I don't know which dimensions will be stacked and which won't. The solution must me "run-time" Thanks in advance, I appreciate your help. Oliver "Tom Chester" <publicNOSPAM (AT) tomchester (DOT) net> wrote in message news:gnuWb.481$PX2.20695 (AT) news (DOT) uswest.net... In your example you are trying to union a set with itself. I'm not clear why you would want this, or what result you seek. public @ the domain below www.tomchester.net "Free like a bird" <otalens (AT) hotmail (DOT) com> wrote in message news:402a6632$0$572$e4fe514c (AT) news (DOT) xs4all.nl... Hi, I need to stack two dimensions. The two dimensions have equal valuelabels I tried it using a union: Select UNION({[q10_4].members},{[q10_4].members},ALL) on rows, |
![]() |
| Thread Tools | |
| Display Modes | |
| |