COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: BiliBoy on 28 Mar 2014 09:47:37 AM

Title: Layout
Post by: BiliBoy on 28 Mar 2014 09:47:37 AM
Hello experts

How can i arrange list columns  in a single row with multiple rows data spreading  bottom to top (left to right in upward direction)?

what i have right now is like this

                             col1   col2   col3    col4   col 5    col6

Row 1                                                                    D6

Row 2                                                          D5       

Row 3                                                D4

Row 4                                      D3

Row 5                            D2

Row 6                D1

AND I want only onw row with D1 D2 D3 D4 D5 D6   displayed.

Any expert help will be hugely appreciated.
Title: Re: Layout
Post by: BiliBoy on 28 Mar 2014 09:48:46 AM
I  can not use Group span since D1 can have D1A AND D1B data. I have a 6 data items with case statement like this

case condition
when '1' then data item
end


which produces the result as i have mentioned above.
Title: Re: Layout
Post by: bi4u2 on 09 Apr 2014 10:20:46 AM
Make sure that the query is defaulted to auto group and summarize. Also, sometimes I have needed to go into the Framework Manager model and create a determinant on the query subject in order to get things to display on one row. Is that possible in this case?