COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: Prajam on 20 Mar 2013 03:09:05 AM

Title: How to insert list cell/ one row between list column header and list column body
Post by: Prajam on 20 Mar 2013 03:09:05 AM
HI all,
I am new to cognos report studio,
There is a requirement that i have a list report , here the requirement is need to insert a one field/query item in between list column title and list column body. Need immediate help.

Actual format:                                                                     Required format:

col1             col2            col3                                     col1             col2              col3
---------------------------------                                       -----------------------------------------
<#col1#> <#col2#> <#col3#>                                            <#quert item1#>           
                                                                                 -------------------------------------------
                                                                                 <#col1#>     <#col2#>    <#col3#>   
                                   


thanks in advance...
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: blom0344 on 20 Mar 2013 03:37:42 AM
--> List Columns Title Style
--> Structure --> Headers and Footers --> List Header and Footers -->  Overall Header
This ads a row below the existing list header with  'Summary' in it.  Then use the split cell option to generate as many columns as exist below the existing list header
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: blom0344 on 20 Mar 2013 03:42:50 AM
You changed your post when I wrote my reply, which rather changes everything.  What would query item be?  If you simply use a dataitem the list will use the first value encountered to put below the header
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: Prajam on 20 Mar 2013 04:46:27 AM
query item is the prompt value i have taken..
i.e need to insert the prompt selection value in between the list header nd body
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: blom0344 on 20 Mar 2013 05:58:49 AM
That is not a query item, but  the paramDisplayValue of the parameter concerned. (Can be used in a report expression)
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: Prajam on 20 Mar 2013 06:25:02 AM
yes u r right.... since im very new to cognos, not able to catch exact tech. word
So can u pls give the solution for this..
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: blom0344 on 20 Mar 2013 06:55:51 AM
You can populate a list header with a report expression very much like using a dataitem label. The solution is therefore similar
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: Prajam on 20 Mar 2013 09:56:09 AM
First thanks for spending ur valuable time on this issue,
Can u bit more elaborate, becoz when i tried , it creating overall header i.e above list column header.

Thanks i advance
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: RKMI on 20 Mar 2013 11:04:48 AM
Hi,

After you create a overall header, click on the overall header line and the properties for list cell will be displayed, you will need to change the textsource to report expression as suggested in the previous post and move forward. I would also suggest you to go thru the report studio guide or ibm cognos 8 cookbook available on the web. They have good information to learn from if you are so new. There are also helpful videos on youtube I suggest you watching a few.

Thank,
RK
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: Prajam on 20 Mar 2013 10:11:34 PM
thanks for all giving valuable information..
Title: Re: How to insert list cell/ one row between list column header and list column body
Post by: adik on 21 Mar 2013 12:42:17 AM
how did you do this eventually?