Nabegh
Nabegh

Reputation: 3289

Multiple measures in crosstab - Cognos 8

Is it possible to add more than one measure in a single crosstab?

I have a crosstab in which rows represent departments and columns represent gender. It is possible to display counts and percentages?

I am reporting from relational data.

Upvotes: 2

Views: 7896

Answers (1)

Deepa
Deepa

Reputation: 411

Yes. You can add multiple measures to your crosstab by nesting them in either rows or columns.
In your example, nest Counts and Percentages under Departments row or Gender Column.

Given below is an example of displaying two measures Revenue and Quantity in a crosstab. enter image description here

The result looks like this: enter image description here

Please refer to IBM Infocenter for more details on nested Crosstab. http://publib.boulder.ibm.com/infocenter/c8bi/v8r4m0/index.jsp

Upvotes: 2

Related Questions