CubeProcessFeeders

CubeProcessFeeders reprocesses all feeders in the rules for a specified cube.

This function reprocesses all feeders in the rules for a specified cube. The feeders are normally reprocess automatically when a rule file edit is saved, however, if the data changes, and those data changes will change some conditional feeders, this function will need to be called to get those conditional feeders re-evaluated.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

CubeProcessFeeders(CubeName);

Argument

Description

CubeName

The cube for which you want to reprocess feeders.

Example

CubeProcessFeeders('2003sales');
This example reprocesses all feeders in the rules for the 2003sales cube.