IP.GLYTPPERIODDATEBASEAMOUNT function
Description
Returns GL base amount up to a date in the financial year for Legal Entity(s), Period Date, Account(s) including special periods, Postings (Attribute, Attribute value(s)).
Syntax
=IP.GLYTPPERIODDATEBASEAMOUNT(LegalEntity, PeriodDate, Account)
Attribute | R/O | Description |
---|---|---|
Legal Entity | (required) | The code of the Legal entity |
Period Date | (required) | Period Date (yyyy-mm-dd) |
Account | (required) | Account code as in Chart of Accounts |
IncludeSpecialPeriods | (optional) | True (1) or False (0) |
Postings | (optional) | Any posting attribute such as CostCentre, Department, Product. You can have several Postings at one time. |
Example:
=IP.GLYTPPERIODDATEBASEAMOUNT("LEGEA","2025-05-01","10344",1,"Cost Centre","LOND")
Note
Posting attributes
A Posting attribute refers to attributes that can be used to summarise transactions after they have be posted. Enter the argument in the next input cell. e.g.
Common attributes include Cost centre and Department but can also include custom attributes.
The posting attributes are derived from the Chart of account rules related to the Account code.
Updated May 2025