Skip to main content
Skip table of contents

SI.EXPANDTAXSOLUTIONRANGE

Overview

The SI.EXPANDTAXSOLUTIONRANGE function returns the list of Tax solution name field values from the Tax solutions form (Taxes → Setup tab → Tax solutions) in Sage Intacct, which have a defined Tax engine of "VAT or GST".

Syntax

CODE
=SI.EXPANDTAXSOLUTIONRANGE(Connection, Range, Status)

Arguments

The SI. EXPANDTAXSOLUTIONRANGE function uses the following arguments:

Argument

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

Range

Optional

The range of tax solution names to include in the results. See our article on including multiple argument values

Status

Optional

Determines whether or not Tax Solution Names which are marked as inactive within Sage Intacct are included in the results

TRUE (default) - Include Tax Solutions Names which are set to Inactive

FALSE - Do not include Tax Solution Names which are set to Inactive

This argument is available in version 2023.8.45 and higher

Examples

Assuming the following configuration within Sage Intacct:

Example 1

CODE
=SI.EXPANDTAXSOLUTIONRANGE("Sage")


Description
Returns the name of all Tax solutions defined in Sage Intacct where the Tax engine field is set to "VAT or GST".

Result

The No Tax solution has been omitted because its Tax engine field is set to empty value.

The US Advanced Tax solution has been omitted because its Tax engine field is set to Advanced Tax.


Example 2

CODE
=SI.EXPANDTAXSOLUTIONRANGE("Sage",,FALSE)


Description
Returns the name of all active Tax solutions defined in Sage Intacct where the Tax engine field is set to "VAT or GST".

Result

The inactive Tax Solution Name "Australia - GST" is not included in the results


Additional Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.