Overview
The SI.EXPANDPERIODRANGE function returns a list of Reporting Period Names defined in Sage Intacct.
Syntax
=SI.EXPANDPERIODRANGE(
ConnectionName,
Period,
OnlyBudgetable,
IncludeInactive
)
Arguments
The SI. EXPANDPERIODRANGE function uses the following 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. |
|
|
Optional |
The range of period names to include in the results. See our article on including multiple argument values |
|
|
Optional |
Determines whether or not the function returns only budgetable reporting periods (which are the only periods that can be used for Budget Writeback). |
|
|
Optional |
Determines whether or not to include entries with a Status field set to Inactive in e results. (available in version 2023.8 and higher) |
Examples
Example #1
=SI.EXPANDPERIODRANGE(
"Sage"
)
Description
Returns the name of all reporting periods defined in Sage Intacct:
Result
Example #2
Given this configuration within Sage Intacct:
=SI.EXPANDPERIODRANGE(
"Sage",
,
,
FALSE
)
Description
Returns the name of all active reporting periods defined in Sage Intacct:
Result
Inactive period "First Quarter 2015" is not included