ForceSkipCheck
ForceSkipCheck forces the query to perform as if the cube had a SKIPCHECK in the rules.
This function is valid in TM1® TurboIntegrator processes only.
This means that the query will process only values actually in the cube, as opposed to (the no SKIPCHECK case) where every possible cell would be enumerated looking for values. This function sets the state of the view query to select only values in the cube. The function must be added to the Prolog section of the TurboIntegrator process. By placing the ForceSkipCheck() in the Prolog it effects the entire view query of data elements to follow.
Syntax
ForceSkipCheck()
Arguments
None.