Search found 2 matches

by Martin
Thu Apr 19, 2012 10:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: *RECALC_ Error in dynamic Form
Replies: 2
Views: 2392

Re: *RECALC_ Error in dynamic Form

Thanks for that pointer on event handling, I already noticed this problem but as you mentioned I am calling TM1RECALC from a control change event, which works fine. As for omitting wsWorksheet.Calculate, I already tried that and it doesn't help. The "*RECALC_..."-message seems to somehow b...
by Martin
Thu Apr 19, 2012 8:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: *RECALC_ Error in dynamic Form
Replies: 2
Views: 2392

*RECALC_ Error in dynamic Form

Hi everyone, I'm currently working on TM1 input sheets that use a large array of DBRW formulas for data entry and drop-down-boxes to select dimension elements for filtering: $A$1="AAAA" $A$2=IF($A$1="ABC";"YYYY";"ZZZZ") $A$3=VIEW("server:cube";"...