Breadcrumbs

SI.CONSOLIDATIONBOOKDESCRIPTION

Overview

The SI.CONSOLIDATIONBOOKDESCRIPTION function (formerly SI.GLOBALCONSOLIDATIONBOOKDESCRIPTION) returns the Description field of a specified global reporting book as defined on the Consolidation books form within Sage Intacct.

Syntax

=SI.CONSOLIDATIONBOOKDESCRIPTION(
    ConnectionName, 
    BookID
)

Arguments

The SI. CONSOLIDATIONBOOKDESCRIPTION function uses the following arguments:

Parameter

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.

BookID

Required

The Book ID value of the consolidation book for which a description is to be displayed.

Examples

Example 1

=SI.CONSOLIATIONBOOKDESCRIPTION(
    "Sage", 
    A2
)


Description
Returns the description of the Consolidation Book whose ID is displayed in cell A2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/5aX08aBywsFtpHO5QQ-LRi_Q0TXTi9QVZg.png

Example 2

=SI.CONSOLIATIONBOOKDESCRIPTION(
    "Sage", 
    A2#
)


Description
Returns the description of the Consolidation Books whose IDs are displayed by the array function in cell A2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/eT5ySSg_P1-FC-esOrc5bEbaOQiY2vyQtw.png