Hi All,
I have a 10 column table that looks like this:
A B1 B2 B3 C1 C2 C3 D1 D2 D3
with data it will be as follows:
A B1 B2 B3 C1 C2 C3 D1 D2 D3
----------------------------------------
X 0 3 7 1000 1100 1200 0 1 3
Y 1 4 6 1000 1030 1100 0 2 2
Z 1 2 5 1000 1030 1100 1 2 2
I need to design a report or cube using the table that should look like this:
A C1 C2 C3
D1 D2 D3
B1 B2 B3
in data format it should be like this:
1000 1030 1100 1200 ----> VALUES FROM C1 C2 C3
X 0 1 3 ----> VALUES FROM D1 D2 D3
0 3 7 ----> VALUES FROM C1 C2 C3
Y 0 2 2
1 4 6
Z 1 2 2
1 2 5
I am not sure how I can do this. Can someone please suggest a solution. I am using Cognos 7.1
I have a 10 column table that looks like this:
A B1 B2 B3 C1 C2 C3 D1 D2 D3
with data it will be as follows:
A B1 B2 B3 C1 C2 C3 D1 D2 D3
----------------------------------------
X 0 3 7 1000 1100 1200 0 1 3
Y 1 4 6 1000 1030 1100 0 2 2
Z 1 2 5 1000 1030 1100 1 2 2
I need to design a report or cube using the table that should look like this:
A C1 C2 C3
D1 D2 D3
B1 B2 B3
in data format it should be like this:
1000 1030 1100 1200 ----> VALUES FROM C1 C2 C3
X 0 1 3 ----> VALUES FROM D1 D2 D3
0 3 7 ----> VALUES FROM C1 C2 C3
Y 0 2 2
1 4 6
Z 1 2 2
1 2 5
I am not sure how I can do this. Can someone please suggest a solution. I am using Cognos 7.1