PROJECTREVISEDBUDGETAMOUNT
Overview
The PROJECTREVISEDBUDGETAMOUNT function calculates the revised budgeted amount of one or more project(s) and task(s).
Syntax
=PROJECTREVISEDBUDGETAMOUNT(
ConnectionName,
Project,
Task,
AccountGroup,
CostCode,
InventoryItem,
UseProjectCurrency
)
Arguments
The PROJECTREVISEDBUDGETAMOUNT function uses the following arguments (see our article on filtering Velixo functions):
Argument | Required/Optional | Description |
| Optional | Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
| Required | Project ID. Leverage the EXPANDPROJECTRANGE function to retrieve available values. Supports Velixo filtering techniques. |
| Optional | Task ID. Leverage the ACU.EXPANDPROJECTTASKRANGE function to retrieve available values. Supports Velixo filtering techniques. |
| Optional | Use this argument to filter by account group. Leverage the EXPANDACCOUNTGROUPRANGE function to retrieve available values. Supports Velixo filtering techniques. |
| Optional | Use this argument to filter by cost code. Leverage the EXPANDCOSTCODERANGE function to retrieve available values. Supports Velixo filtering techniques. |
| Optional | Use this argument to filter by inventory item. Leverage the EXPANDINVENTORYITEMRANGE function to retrieve available values. Supports Velixo filtering techniques. |
| Optional |
|
Example
=PROJECTREVISEDBUDGETAMOUNT(
"Demo",
"FIXEDP01",
"",
,
,
"",
TRUE
)
Description
Calculates the revised budgeted amount of the FIXEDP01 projects and task(s) and return the value in the project's defined currency.
Result
16000