Hi, I’m a newby to Cognos reporting, but have managed a few different reports. I’m trying to build something that queries records, and outputs them in a format that would mimic a form being filled out. Essentially taking a previous days records, generating something that would be used for an approval sheet.
I can’t seem to figure out how to add fields going down a page vertically. Can someone help?
select the “repeater table” element (I usually click on the center of the element in the canvas, then click on the “triangle” looking icon at the top of the properties panel (left side of the UI) - this causes a popup to show that lets you choose an element in the hierarchy. in this case select the repeater table).
drag a query item into the repeater table
Now - we want to edit the properties of the Repeater Table. Sect the Across property to 1 and the Down property to 1 (this controls how many elements show on 1 page).
Now - we’ll unlock the repeater table so you can insert a table. Click on the lock icon in the toolbar (just to the right of the “play” icon in Cognos 10.2 and earlier).
Now - we’ll add a table into the repeater. With the Repeater Table still selected, select the Table | Insert | Table menu item. For example, add a table with 1 column and 5 rows.
Now drag the query items from the package into each cell of the table.
That’s it.
Press the “Run Report” icon on the toolbar to test (it looks like the “play” icon on a video player).