IP.GLGROUPYTPCCBASEAMOUNT function
Description
Returns the general ledger base amount YTD for an account group and Cost centre.
Syntax
=IP.GLGROUPYTPCCBASEAMOUNT(legal_entity, period, account_group, cost_centre)
| Attribute | R/O | Description |
|---|---|---|
| Legal_entity | (required) | The code of the Legal entity |
| Period | (required) | Period (yyyymm) |
| Account_group | (required) | Account group code |
| Cost_Centre | (required) | Cost centre |
| IncludeSpecialPeriods | (required) | True (1) or False (0) |
Example:
=IP.GLGROUPYTPCCBASEAMOUNT("LegeA", 202312, "INC", "London")

Updated June 2025