COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: R Ambre on 01 Mar 2016 12:36:54 AM

Title: Maximum number of Rows and Columns in Report output
Post by: R Ambre on 01 Mar 2016 12:36:54 AM
Hi All,

Does any one have idea ,how many maximum number columns and rows Cognos report output (For excel and for HTML) support ?
(Crosstab as well as List)
Title: Re: Maximum number of Rows and Columns in Report output
Post by: Lynn on 01 Mar 2016 02:24:42 AM
Quote from: rasika on 01 Mar 2016 12:36:54 AM
Hi All,

Does any one have idea ,how many maximum number columns and rows Cognos report output (For excel and for HTML) support ?
(Crosstab as well as List)

Cognos is not an ETL tool. What are you trying to achieve?
Title: Re: Maximum number of Rows and Columns in Report output
Post by: BigChris on 01 Mar 2016 02:58:22 AM
I was going to write something along those lines Lynn, but I knew you'd bite  ;D

Quote from: Lynn on 08 Dec 2015 02:25:14 AM
Everyone repeat after me....



....COGNOS IS NOT AN ETL TOOL.....COGNOS IS NOT AN ETL TOOL.....COGNOS IS NOT AN ETL TOOL....COGNOS IS NOT AN ETL TOOL....

Title: Re: Maximum number of Rows and Columns in Report output
Post by: Lynn on 01 Mar 2016 03:14:59 AM
 ;D ;D ;D ;D ;D ;D ;D ;D ;D
Title: Re: Maximum number of Rows and Columns in Report output
Post by: R Ambre on 01 Mar 2016 05:10:03 AM
Of Course I know Cognos is not an ETL Tool ;)
In our project we have requirement where user is generating CSV file using Cognos Reports.

# Columns required to render in report are almost 200.
Hence I asked this question.
Title: Re: Maximum number of Rows and Columns in Report output
Post by: BigChris on 01 Mar 2016 05:49:09 AM
But that's not a Cognos report...that's just a data dump. You might as well just get the info from the database. having said all that, I don't know of any restriction in the number of columns you can have.
Title: Re: Maximum number of Rows and Columns in Report output
Post by: Lynn on 01 Mar 2016 10:35:21 AM
Yup, that's a data dump. I would suggest you find out what that user wants to do with all that data to see if there is an alternative solution to their problem that might be more robust and automated than whatever plot they are hatching.

Sadly, there are many short-sighted organizations who take the just-get-it-done-no-matter-how-stupid approach. I feel your pain.

Having said all that, I agree with Chris that I doubt you'll find any stated restriction in terms of columns or rows. The limitations will likely be based on physical file size limitations, or memory required to open the file (which could vary from one user to another), time required to produce/download the file, or other aspects along that line of thinking.


Title: Re: Maximum number of Rows and Columns in Report output
Post by: R Ambre on 02 Mar 2016 12:56:02 AM
Thank you Lynn