SI.PROJECTNAME
Created by Damien Zwillinger, Modified on Thu, 14 Sep, 2023 at 2:29 AM by Damien Zwillinger
Applies to:
- Velixo NX
- Sage Intacct
The SI.PROJECTNAME function returns the name for the specified project(s).
Syntax
SI.PROJECTNAME(Connection, Project)
The SI. PROJECTNAME function uses the following parameters:
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
Project | Required | The ID(s) for the project(s) for which the name is to be retrieved. |
Examples
Example 1
=SI.PROJECTNAME("Sage", "10000")
Description
Returns the starting date for project 10000.
Example 2
=SI.PROJECTNAME("Sage", H2:H12)
Description
Returns the names corresponding to the project IDs in cells H2 through H12.
Example 3
=SI.PROJECTNAME("Sage", H2#)
Description
Returns the names of the all the project IDs displayed by the array function in cell H2.
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