TM1 Web+Active Form: SUBNM error
Posted: Mon Apr 20, 2009 10:20 am
Hi fellas,
I have this simple Active Form in TM1 Web. I'm using SUBNM as dimension selection lists. These lists work fine in normal Excel worksheets in Web, but I hit an error if I use them in Active Form (web). After selecting an element in the pop-up window and click OK, the following error message appears:
The funny thing is, if I ignore the error and close the pop-up, then rebuild the active form worksheet, the selection actually appears! How do I solve this error so the user experience will not be affected?
I have this simple Active Form in TM1 Web. I'm using SUBNM as dimension selection lists. These lists work fine in normal Excel worksheets in Web, but I hit an error if I use them in Active Form (web). After selecting an element in the pop-up window and click OK, the following error message appears:
Server Error in '/TM1Web' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Applix.TM1.Web.WebControls.Websheet.TitleData.ChangeTitleElement(String selectedElement) +69
Applix.TM1.Web.WebControls.Websheet.ViewExData.UpdateTitles() +415
Applix.TM1.Web.WebControls.Websheet.TM1WebActiveReport.CheckForTitleChanges(ActiveReportRecalc mode) +52
Applix.TM1.Web.WebControls.Websheet.TM1WebActiveReport.Evaluate(ActiveReportRecalc mode) +28
Applix.TM1.Web.WebControls.Websheet.TM1WebBook.Recalc(Boolean fullRecalc, ActiveReportRecalc mode) +686
Applix.TM1.Web.WebControls.Websheet.TM1WebBook.Recalc() +8
Applix.TM1.Web.Page.ElementSelectorSession.UpdateCallerSubset() +347
Applix.TM1.Web.Page.ElementSelectorSession.PerformEdit(String operation) +1308
Applix.TM1.Web.Page.SubsetTree.Page_Load(Object sender, EventArgs e) +1563
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
The funny thing is, if I ignore the error and close the pop-up, then rebuild the active form worksheet, the selection actually appears! How do I solve this error so the user experience will not be affected?