Excel-related issues in TM1 Web
Posted: Tue Sep 08, 2009 1:56 am
Hi fellas,
I'm trying to compile a list of issues that we can all refer to when we develop Excel reports and input templates to be published in TM1 Web. Below is a starter.
If you like to contribute to the list, please copy the entire list in your reply and insert yours. If the issue is specific to Excel files that are developed with Excel 2003 and published in a Web server that is running Excel 2007, please highlight so that we know the conditions.
Note that the following list is based on Excel 2003 and TM1 9.4.1 (without Fix Pack). Thanks.
Issues and Considerations on TM1 Websheets
SUBNM
• Formula must not contain blank arguments.
• If possible, provide a subset.
Buttons
• Excel macros do not work in Web.
• Have to use Action Buttons instead.
Active Forms
• Do not use defined names as reference in all Active Form-related formulae i.e. functions prefixed with “TM1Rptâ€.
• Instead, use cells to reference defined names i.e. “=propertyâ€.
• Then, refer to these cells in “TMRpt†formula.
• Also, do not use blank arguments in the formula.
• DBRW formula in Active Form CAN use defined names.
Excel Graphs
• Do not use images as background for charts and bars.
• Cannot combine other Excel formulae with a “=property†type of formula in a text box. The reference to a defined name only works by itself.
• Data formatting is limited in Web.
• 3D and shading may not work in Web.
Known bugs
• Avoid using If condition that checks for “null†value in a cell. Web will treat a blank cell in Excel as having value.
I'm trying to compile a list of issues that we can all refer to when we develop Excel reports and input templates to be published in TM1 Web. Below is a starter.
If you like to contribute to the list, please copy the entire list in your reply and insert yours. If the issue is specific to Excel files that are developed with Excel 2003 and published in a Web server that is running Excel 2007, please highlight so that we know the conditions.
Note that the following list is based on Excel 2003 and TM1 9.4.1 (without Fix Pack). Thanks.
Issues and Considerations on TM1 Websheets
SUBNM
• Formula must not contain blank arguments.
• If possible, provide a subset.
Buttons
• Excel macros do not work in Web.
• Have to use Action Buttons instead.
Active Forms
• Do not use defined names as reference in all Active Form-related formulae i.e. functions prefixed with “TM1Rptâ€.
• Instead, use cells to reference defined names i.e. “=propertyâ€.
• Then, refer to these cells in “TMRpt†formula.
• Also, do not use blank arguments in the formula.
• DBRW formula in Active Form CAN use defined names.
Excel Graphs
• Do not use images as background for charts and bars.
• Cannot combine other Excel formulae with a “=property†type of formula in a text box. The reference to a defined name only works by itself.
• Data formatting is limited in Web.
• 3D and shading may not work in Web.
Known bugs
• Avoid using If condition that checks for “null†value in a cell. Web will treat a blank cell in Excel as having value.