UseCombinedExecutor: Boolean;
The UseCombinedExecutor property determines whether queries are combined on calculation of analytical data area sources.
The property is used for parallel calculation of output cube matrices.
Available values:
True. When analytical data area sources are calculated, parallel execution of output cube matrices is executed.
False. When analytical data area sources are calculated, consecutive execution of output cube matrices is executed.
Before calculating analytical data area one can set an event that will be executed before calculation, using the IPrxReportUserEvents.EventOnBeforeExecuteCombined method.
To combine queries during calculation of data sources in a data entry form, use the Combine Queries on Calculation checkbox.
See also: