Breadcrumbs

SI.CLASSNAME

Overview

The SI.CLASSNAME function returns the class name corresponding to one or more given class IDs.

Syntax

=SI.CLASSNAME(
    ConnectionName, 
    ClassId
)

Arguments

The SI. CLASSNAME function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

ClassID

Required

The ID number(s) of the class(es)

Examples

Example 1

=SI.CLASSNAME(
    "Sage", 
    "100"
)


Description
Returns the name of the class with the ID "100".

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/PVeQyxXx0QnfBOjRke3MKoDPlRl6HGSr5w.png


Example 2

=SI.CLASSNAME(
    "Sage", 
    C2:C3
)


Description
Returns the name of the classes whose ID numbers are listed in cell C2 through C3.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/cPw5yAG23J_ykW47peT3ORvG8ey1EPsF_w.png


Example 3

=SI.CLASSNAME(
    "Sage", 
    C2#
)


Description
Returns the name of all classes whose ID numbers are displayed by the function in cell C2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/Wwk3aVBu4fPcxD9lvdHzeLiOGPXtHCJh-Q.png