Page 1 of 1

Multiple ViewZeroOuts

Posted: Thu Dec 18, 2014 9:09 am
by declanr
All,

Had an odd one today in TM1 10.1

TI Process creates 5 views in the prolog and then has 5 ViewZeroOut functions in a row for 5 different cubes. All ran correctly but only the first 3 actually had their data cleared.

I have got around it by creating a sub process with nothing but the ViewZeroOut in it and calling that 5 times in a row instead passing parameters for cube and view name (which are still created and destroyed in the original TI.)

Wondering if someone can confirm before I log this with IBM.

Re: Multiple ViewZeroOuts

Posted: Thu Dec 18, 2014 1:03 pm
by jim wood
Never gone beyond 3 sorry. It would be interesting to test it, in 10.1 and lower versions.

Re: Multiple ViewZeroOuts

Posted: Thu Jan 29, 2015 1:16 pm
by Steve Rowe
I've got code that loops through many VZOs vs different views on the same cube, not aware of any issues.
This isn't the same as you though as it is vs one cube and multiple views and only one TI command.

I guess you have check this kind of thing but are you sure the data isn't getting repopulated in a later step of the job or the variables in the VZO statements have the values you think they do?