ViewZeroOut TM1 Function: Syntax and Use
I came across this extremely simple method of just zapping the data from a view in a TM1 cube today, ViewZeroOut literally removes all data from a view. . Syntax The syntax is just ViewZeroOut ( cubename, viewname ); where Example sCube = ‘Assumption’; sView = ‘This Year’; ViewZeroOut ( sCube, sView ); This will remove all data […]