Problems to set the recalculation to manual
Posted: Wed Feb 16, 2011 10:48 pm
We are using Excel 2007 and TM1 9.5.1 HF10
- We are experiencing a problem surfaces when a user tries to pick from a subset while a form is in the process of refreshing , in that case the report freeze. If somebody has experience this issue and has the solution it would be really welcome.
- In the short term we have tried to recalculate the websheets manually. So the user makes all the subset picks they need and then they have to press the refresh button. For that:
1) We have our calculation option in excel set to “Manualâ€.
2) TM1REBUILDOPTION is set to 0 following the instructions from
http://www-01.ibm.com/support/docview.w ... wg21419181
3) We modifiy web.config (default location: C:\Inetpub\wwwroot\TM1Web)
<!-- If true, recalc setting of each book will be used. If false, recalc setting applies to all books. -->
<add key="UseBookRecalcSetting" value="false" />
However the calculation is still happening upon element selection via SUBNM.
- We are experiencing a problem surfaces when a user tries to pick from a subset while a form is in the process of refreshing , in that case the report freeze. If somebody has experience this issue and has the solution it would be really welcome.
- In the short term we have tried to recalculate the websheets manually. So the user makes all the subset picks they need and then they have to press the refresh button. For that:
1) We have our calculation option in excel set to “Manualâ€.
2) TM1REBUILDOPTION is set to 0 following the instructions from
http://www-01.ibm.com/support/docview.w ... wg21419181
3) We modifiy web.config (default location: C:\Inetpub\wwwroot\TM1Web)
<!-- If true, recalc setting of each book will be used. If false, recalc setting applies to all books. -->
<add key="UseBookRecalcSetting" value="false" />
However the calculation is still happening upon element selection via SUBNM.