first off, i am new not only to cognos report studio, but to working with databases/tables and queries in general. I am tasked with building reports using sap concur's implementation of IBM Cognos report studio (v10.2.1). That means the data model is defined by the concur people.
I am using 5 queries joined together in 4 Joins and now have all the columns and values the way i want them in the report (through more trial and error than i am comfortable with, to be honest), except for one thing: Adding the column "Comments" generates duplicate rows, one for each comment. There can be no comments, 1 comment or multiple comments per item. So what i want to achieve is concatenating all comments (if there are any) into the same row.
I tried using a repeater doing the following steps:
- adding the repeater from the toolbox giving it the same query as the list
- "unlocking" the report to be able to make changes to the layout
- placing the data item from the comment column into the repeater
- placing the repeater containing the data item back into the column
Unfortunately this doesn't change anything. Any help would be much appreciated.
PS: Of course i used the available training resources (manuals & recorded training sessions) provided by concur concerning their reporting solution. However, these are rather low level and very light on the issue of joining multiple queries.