Page 1 of 1

How to prevent Active Form File Load Refresh

Posted: Tue Aug 01, 2017 5:58 am
by Ashleigh W
Hi everyone,

As soon as excel File Loads Active Form starts refreshing all the sheets with ActiveForm which takes time.
is there a way to prevent it from refreshing on load? I have already set the calculation mode to manual still it calculates on load.
thank you.

Re: How to prevent Active Form File Load Refresh

Posted: Tue Aug 01, 2017 6:03 am
by gtonkin
Have a look at the named ranges in the workbook. There should be one called TM1REBUILDOPTION. Update the value to 0 (zero). If there is not one, create it to be safe, scoped as workbook, and assign it a value of 0.
If this is happening on TM1 Web, there are other avenues that need to be explored.

Re: How to prevent Active Form File Load Refresh

Posted: Tue Aug 01, 2017 6:33 am
by Ashleigh W
thank you for quick answer. I'll try and get back.

Re: How to prevent Active Form File Load Refresh

Posted: Tue Aug 01, 2017 6:47 am
by Ashleigh W
Works perfect. Thank you gtonkin