Overview
The SI.EXPANDCLASSESINGROUP function returns classes belonging to the specified group, defined within Sage Intacct.
Syntax
=SI.EXPANDCLASSESINGROUP(
ConnectionName,
GroupName,
WithChildren
)
Arguments
|
Argument |
Required/Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
Required |
Dimension group name, as visible in the Sage Intacct interface. |
|
|
Optional |
When set to
|
Examples
Return all objects
=SI.EXPANDCLASSESINGROUP(
"Sage"
"CLASSES1"
)
Description: Returns a list of classes belonging to the CLASSES1 group available for the Sage connection.