PROJECTENDINGAMOUNT function
Created by Harry Lewis, Modified on Tue, 16 Jul at 9:34 AM by Gabriel Michaud
Applies to:
- Velixo NX
- Velixo Classic
- Acumatica, MYOB Acumatica, Cegid
Description
The PROJECTENDINGAMOUNT function calculates the ending amount of one or more project(s) and task(s) as of a specific period.
Syntax
PROJECTENDINGAMOUNT(Connection, Project, Task, AccountGroup, CostCode, InventoryItem, AsOfPeriod, Branch, UseProjectCurrency, UseMasterFinancialCalendar)
Parameters
The PROJECTENDINGAMOUNT function uses the following parameters (see our article on Filtering Velixo functions):
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
Project | Required | The Project(s) to include |
Task | Optional | The Task(s) to include |
AccountGroup | Optional | The Account Group(s) to include |
CostCode | Optional | The Cost Code(s) to include |
InventoryItem | Optional | The Inventory Item(s) to include |
AsOfPeriod | Required | The financial period in MM-YYYY format |
Branch | Optional | The Branch(es) in include. Requires Acumatica or MYOB Acumatica 2019 or later; for earlier versions, this parameter must be left blank. |
UseProjectCurrency | Optional | TRUE/FALSE value indicating if the amount should be returned in the project's currency (default = FALSE) |
UseMasterFinancial Calendar | Optional | Use Acumatica's Master Financial Calendar instead of the financial calendar defined within the specific tenant associated with the connection being accessed (this can be useful for consolidation reports). Possible values:
|
Example
=PROJECTENDINGAMOUNT("Demo", "TMR03", , "LABOR",,, "12-2018", TRUE)
Description
Calculates the ending cost of labor for project TMR03 as of the start of December 2018 and returns the value in the project's defined currency.
Result
17040
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article