COGNOiSe.com - The IBM Cognos Community

Planning & Consolidation => TM1 => Topic started by: ExpertPlanner on 24 Aug 2010 09:23:56 AM

Title: Turn off pagination in TM1 Contributor
Post by: ExpertPlanner on 24 Aug 2010 09:23:56 AM
Does anyone know how to turn off pagination in Contributor?  I would like to turn off both Horizontal and Vertical pagination.  I want the user to just have scroll bars for moving right  and down on the page.
Title: Re: Turn off pagination in TM1 Contributor
Post by: nmcdermaid on 03 Nov 2011 12:20:58 AM
I don't think you can turn pagination off. If you did you might have to wait a while for the screen to render.

However You can extend how far until it does a page break from 20 cells to 100 cells as follows:


1. On the TM1 server go to C:\Inetpub\wwwroot\TM1Web
2. Open Web.Config
3. Change <add key="CubeViewerColumnPageSize" value="20" />
To <add key="CubeViewerColumnPageSize" value="100" />

Likewise for rows