COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Cogknow on 23 Jan 2013 10:33:01 AM

Title: Data Display in Report
Post by: Cogknow on 23 Jan 2013 10:33:01 AM
Hi

We have an issue with data display in one of our reports.

Below is the sample data that our query is fetching.

Col1 Col2   Col3         Col4               Col5          Col6
1   A   1234   Null               Checked      Null   
1   A   1234   UnChecled   Null           Null
1   A   1234   Null               Null           Checked
2   B   3456   Null               Null           Checked
2   B   3456   Null               Unchecked   Null
2   B   3456   Checked       Null           Null

We need to show data as below in the report

Col1 Col2   Col3         Col4                   Col5              Col6
1   A   1234   Unchecked   Checked      Checked
2   B   3456   Checked           Unchecked  Checked

Please help us in resolving this.