What is the ViewConstruct function?
ViewConstruct pre-calculates a view and stores the view in memory for faster access.
Where can the ViewConstruct function be used?
TurboIntegrator
Which TM1 Server version is this function available for?
Version 11 and 12
What is the syntax for ViewConstruct?
ViewConstruct (CubeName, ViewName);
CubeName = Name of the cube
ViewName = Existing view name that we want to pre-calculate.
A demonstration on how to use ViewConstruct
Use ViewConstruct to pre-calculate the ViewContruct_Test view from the General Ledger cube.