Automatically Rebuild Active Form Websheets
Posted: Thu Aug 08, 2013 7:58 pm
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.
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.