Recalculate method: AnalyticModel class
Syntax
Recalculate(Sync)
Description
Use the Recalculate method to recalculates the loaded analytic model. If Sync is true, the transaction is synchronous, else it is performed asynchronously.
The Recalculate method always writes any changes to readable, readable and writable, as well as writable records to the database as specified by the analytic type definition.
If you are running in asynchronous mode, this method returns an optional string that contains the operation ID to be used with the CheckAsyncStatus property.
Parameters
| Parameter | Description |
|---|---|
|
Sync |
Specify whether the recalculation should be run synchronously or asynchronously. This parameter takes a Boolean value: true if it should be run synchronously, false otherwise. |
Returns
A string.