Due to pressing time schedules for capturing/managing plan data and as a step to setting up TM1 contributor have set up TM1Web to access cubes/views. During first review with users they liked but asked about two TM1Web functions. First is that the Undo/Redo buttons are disabled and the second is the length of a page whereby TM1 creates multiple pages which the users then have to 'page down'.
For the Undo/Redo read topics on v9.5 HF whereby undo/redo is disabled by savealldata. Have a save all data chore which disabled and removed all the log files. After restart found the undo/redo were still disabled. Have both v9.5 and v9.5.1 environments with the results in both being greyed out undo/redo. Have shown users they can use the data change review function but undo/redo would be easier. Is there some option other than MaximumMemoryForSubsetUndo which set to be 20MB?
As for the page size cannot find any options/defaults to increase the length of a TM1Web page so the users can scroll versus having to page. Any thoughts on either of these appreciated. Thanks in advance.
TM1Web Page Length Plus Undo/Redo
- Michel Zijlema
- Site Admin
- Posts: 713
- Joined: Wed May 14, 2008 5:22 am
- OLAP Product: TM1, PALO
- Version: both 2.5 and higher
- Excel Version: 2003-2007-2010
- Location: Netherlands
- Contact:
Re: TM1Web Page Length Plus Undo/Redo
Regarding the undo/redo: make sure that cube logging is enabled on the regarding cubes. The undo/redo needs the transaction log.
Michel
Michel
-
- Community Contributor
- Posts: 132
- Joined: Thu Oct 15, 2009 7:45 pm
- OLAP Product: TM1
- Version: 9.4.1 9.5 9.5.1
- Excel Version: 2003 2007
Re: TM1Web Page Length Plus Undo/Redo
I have never tried this, but have seen some documenation on controling the page length in tm1 web.
Search in the documenation for
CubeViewerRowPageSize
CubeViewerColumnPageSize
Search in the documenation for
CubeViewerRowPageSize
CubeViewerColumnPageSize
Ankur Jain
-
- Posts: 4
- Joined: Tue Nov 23, 2010 12:46 pm
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007
- Location: Atlanta
Re: TM1Web Page Length Plus Undo/Redo
Thank you both. The CubeViewerRowPageSize is exactly what was needed and set to 200 the TM1Web users are no long jumping page to page. On the undo/redo checked logging and it was on. Turned out there was no issue. As the users continued to play, although undo/redo works for most applications as soon as you put data in, for TM1Web it only works after you 'Save Data Changes'. The buttons stay grey until the user commits and then undo/redo are available even with a savealldata chore in the background. Thanks again for the help.