Active Form Slowness
- George Regateiro
- MVP
- Posts: 326
- Joined: Fri May 16, 2008 3:35 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007 SP3
- Location: Tampa FL USA
Active Form Slowness
Are there any best practices to making the column headers of an active form more dynamic? I have been working on a active form that intially takes 2 seconds to rebuild. After adding in some if logic to the form to make the time span (column header) more dynamic the sheet takes 10 seconds to refresh. With each additional element that I have set through if statements the rebuiild time grows exponentially. It is to the point that it takes about 2 minutes to rebuild. I have tried various methods, even moving the logic to a different sheet and nothing seems to help out. In comparison the same sheet through a slice (all the same logic for the columns) takes 8 seconds. Any ideas on what else I could try, I would love to use the active to rid myself of some action buttons.
-
- MVP
- Posts: 3703
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Active Form Slowness
Hi George
Have you tried linking only a single column of your report to the TM1RptView and setting up a standard View formula for the remaining ("dynamic") columns? Possibly this might give better performance, it is worth doing the experiment in any case ...
Have you tried linking only a single column of your report to the TM1RptView and setting up a standard View formula for the remaining ("dynamic") columns? Possibly this might give better performance, it is worth doing the experiment in any case ...
- George Regateiro
- MVP
- Posts: 326
- Joined: Fri May 16, 2008 3:35 pm
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: 2007 SP3
- Location: Tampa FL USA
Re: Active Form Slowness
Thanks for the help your suggestion worked great.