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.
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