SI.COSTTYPENAME Function
Created by Harry Lewis, Modified on Tue, 5 Dec, 2023 at 12:34 PM by Harry Lewis
Applies to:
- Velixo NX
- Sage Intacct
The SI.COSTTYPENAME function returns the names of the specified Cost Type IDs
TABLE OF CONTENTS
Syntax
SI.COSTTYPENAME(ConnectionName, ProjectRange, TaskRange, CostTypeID)
Parameters
The SI.COSTTYPENAME function uses the following parameters:
Parameter | Required/ Optional | Description |
ConnectionName | Required | The name of the connection as configured in the Connection Manager |
ProjectRange | Required | The ID of the project (or multiple projects) for which Cost Types names are to be shown (available in version 2023.12 and higher) |
TaskRange | Required | The ID of the task (or multiple tasks) for which Cost Types are to be shown (available in version 2023.12 and higher) |
CostTypeID | Required | A single cost type ID or an array containing multiple cost type IDs |
Examples
Example 1
=SI.COSTTYPENAME("Sage", "*", "*", C3#)
Description
Returns the name of all cost types displayed in the Excel array created by the function in cell C3
Result
Example 2
=SI.COSTTYPENAME("Sage", "*", "*", "SUB")
Description
Returns the name of the cost type "SUB"
Result
(cell references have been used for some parameters in this example)
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