Question: Active Form vs Application
Posted: Fri Apr 17, 2015 10:05 am
Hello all,
I have an active form (Perspectives) where everything works fine; I have a cell referring to the last element of a dimension, and picking a measure in it:
=DBRW($B$9;$C$17;$C$19;$C$20;$C$21;DIMNM("PriceTool:Modifiers";DIMSIZ("Pricetool:Modifiers"));J$32)
However, when I upload this active form to the web Application, this cell is empty.
Also, I make use of a picklist cube (control cube). Everyime I change a value in the active form, the rest of the form is updated automatically. But on the web application, I have to manually rebuild the sheet, to have the values refreshed.
My questions are:
1. Why is this value empty on the application? I tried excel formulas but they become circular and they suggested me to use TM1 functions.
2. Is there any way to automatically refresh the Web application when selecting another item in the picklist?
Thanks in advance for your help.
I have an active form (Perspectives) where everything works fine; I have a cell referring to the last element of a dimension, and picking a measure in it:
=DBRW($B$9;$C$17;$C$19;$C$20;$C$21;DIMNM("PriceTool:Modifiers";DIMSIZ("Pricetool:Modifiers"));J$32)
However, when I upload this active form to the web Application, this cell is empty.
Also, I make use of a picklist cube (control cube). Everyime I change a value in the active form, the rest of the form is updated automatically. But on the web application, I have to manually rebuild the sheet, to have the values refreshed.
My questions are:
1. Why is this value empty on the application? I tried excel formulas but they become circular and they suggested me to use TM1 functions.
2. Is there any way to automatically refresh the Web application when selecting another item in the picklist?
Thanks in advance for your help.