AccumulationRegister.<Register name>.Balance
Syntax
Fields
<Dimension name>
<Resource name>Balance
Parameters
Condition
Description:
Only active records are used when computing totals.
Table exists for balance registers only.
Aggregation is made by dimensions, specified in query.
Example:
// Receive balance from the balance register // for the specified nomenclature and moment in time SELECT * FROM AccumulationRegister.NomenclatureRegistration.Balance(&EndPeriod, Nomenclature = &NomenclatureParam) |