Referencing text box in parameter of TI/Action Button
Posted: Fri Oct 19, 2012 8:24 am
Hi all,
I have an excel worksheet which the end user will access via TM1 Web. It shows variances between actual and forecast and has a cell for the end user to add a comment before submitting his work.
The cell containing the comment is a named range called "Comment". There is an action button that kicks off a ti which has the following parameters: pActivity, pUser, pDate, pComment. The pComment parameter has this value "=Comment".
This works fine and the comment is submitted to the commentary cube, the activity status is changed to submitted etc.
However, I wanted to improve the look of the form by using a text box rather than a cell for the end user to enter commentary. I have created a text box and made it a named object called "SubmitterComment". I have referenced this in the TI parameter with "=SubmitterComment".
The TI runs, but instead of the testing text that I wrote in the text box being entered into the Commentary cube, the text "=SubmitterComment" is entered there instead!
I would be interested to know if anyone has had success referencing text box's as named objects in the parameter of a TI before (and if so could point out where I'm going wrong).
Many thanks
I have an excel worksheet which the end user will access via TM1 Web. It shows variances between actual and forecast and has a cell for the end user to add a comment before submitting his work.
The cell containing the comment is a named range called "Comment". There is an action button that kicks off a ti which has the following parameters: pActivity, pUser, pDate, pComment. The pComment parameter has this value "=Comment".
This works fine and the comment is submitted to the commentary cube, the activity status is changed to submitted etc.
However, I wanted to improve the look of the form by using a text box rather than a cell for the end user to enter commentary. I have created a text box and made it a named object called "SubmitterComment". I have referenced this in the TI parameter with "=SubmitterComment".
The TI runs, but instead of the testing text that I wrote in the text box being entered into the Commentary cube, the text "=SubmitterComment" is entered there instead!
I would be interested to know if anyone has had success referencing text box's as named objects in the parameter of a TI before (and if so could point out where I'm going wrong).
Many thanks