I just came across an oddity in the 9.5.2 documentation which I can't find any reference to prior to 9.5.2:
http://publib.boulder.ibm.com/infocente ... eders.html
My interpretation is that ForceSkipCheck() needs to be used in conjunction with ViewExtractSkipZeroesSet(Cube, ViewName, 1) in order for ViewExtractSkipZeroesSet to produce the desired or expected behaviour even where rules may have been implemented without SkipCheck.9.5.2 Reference Library wrote:ForceSkipCheck
Forces the query to perform as if the cube had a SKIPCHECK in the rules. 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 Turbo Integrator process. By placing the ForceSkipCheck() in the Prolog it effects the entire view query of data elements to follow.
Syntax
ForceSkipCheck()
There are no arguments for this function.
Is that your take also?
Presumably this was introduced as an enhancement because someone out there requested it ... Does anyone have any experience with actually using this function? Does it do what is says on the can?