Description

The PROJECTTURNOVERAMOUNT function calculates the turnover amount of one or more project(s) and task(s) over a given period.

Syntax

PROJECTTURNOVERAMOUNT(Connection, Project, Task, AccountGroup,
CostCode, InventoryItem, FromPeriod, ToPeriod, Branch,
UseProjectCurrency)

Parmeters

The PROJECTTURNOVERAMOUNT function uses the following parameters (see our article on including multiple parameter values):

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

FromPeriod

Required

Starting Financial Period in MM-YYYY format

ToPeriod

Required

Ending Financial Period in MM-YYYY format

Branch

Optional

The IDs of the Branches to include

UseProjectCurrency

Optional

TRUE/FALSE value indicating if the amount should be returned in the project's currency (default = FALSE)

Example

=PROJECTTURNOVERAMOUNT("Demo","TMR03", ,"LABOR", , ,"01-2017",
"12-2017", ,TRUE)

Description

Calculates the total cost of Labor for project TMR03 during the year 2017 and returns the value in the project's defined currency.

Result

6560

Applies to

PM Module

Did this answer your question?