SI.LOCATIONNAME

Created by Damien Zwillinger, Modified on Fri, 3 Nov, 2023 at 12:34 PM by Harry Lewis

Applies to:

  • Velixo NX
  • Sage Intacct



The SI.LOCATIONNAME function returns the Name field of the location entities from Sage Intacct.




TABLE OF CONTENTS


Syntax


=SI.LOCATIONNAME(ConnectionName, LocationID)

 

Parameters


The SI.LOCATIONNAME  function uses the following parameters:


Parameter

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

LocationIDOptionalA filter of Location IDs for determining which Location names to include in the results.

Valid entries are:
  • a single location code
  • multiple location IDs contained in an Excel array
  • multiple location IDs referenced via a cell range





Example


Assuming the following configuration with Sage Intacct:




Example 1 - Excel array of Location IDs


SI.LOCATIONNAME("Sage", J5#)

 

Description

Returns the name of each location for which the location ID is returned by the function in cell J5.

 

Result





Example 2 - single Location ID



SI.LOCATIONNAME("Sage", "100")

 

Description

Returns the name of the location entity with ID 100


Result


(cell references have been used for some parameters in this example)





Example 3 - Excel cell range of Location IDs


SI.LOCATIONNAME("Sage", J5:J7)

 

Description

Returns the name of each location for which the location ID listed in cell J5 through J7

 

Result

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article