Page 1 of 1

Automatically Rebuild Active Form Websheets

Posted: Thu Aug 08, 2013 7:58 pm
by cdhodge2002
I have a question does anybody know how to automatically update an active form tm1rptrow whenever a title row item is changed?

I currently have my web.config file set up like this per the IBM site I saw online
<!-- Websheet Paging Settings -->
<add key="WebsheetPaging" value="Enabled=true;PageSize=100;PageResetMode=3" />


I have the tm1rptrow using a MDX statement so whenever I update an item in the title area the list will change, however this requires an active form rebuild. My client would like not to rebuild the form everytime they make a change. Again this is over the web.

Re: Automatically Rebuild Active Form Websheets

Posted: Fri Aug 09, 2013 4:43 pm
by cdhodge2002
So I am guessing this is not possible?

Re: Automatically Rebuild Active Form Websheets

Posted: Fri Aug 09, 2013 8:31 pm
by lotsaram
There are some tricks. Try replacing SUBNM title references with DBR strings with picklists. This can force rebuild of the active form as this is the default behavior when a picklist value is changed.

Depending on where you are I think there are some topics on this in the agenda of the Cubewise TM1 conferences later this month.