Skip to main content

GLAccountGroupBalance Function

GLAccountGroupBalance Function

Definition

The GLAccountGroupBalance provides the second highest level of grouping for accounts and utilizes the AccountGroup field in the GL Accounts list to return a summarized balance.

Function Arguments

Argument NameInput InformationRequired
SubsidiarySubsidiary NameNo
Fiscal YearFiscal Year in the format specified in NetSuiteYes
PeriodPeriod Number (ex: 1 for January)Yes
Period RangeValid values include ITD, YTD, RTD, QTD, PTDYes
Account GroupValid Account Group based on options available for review in the GL Accounts list.Yes
BookBook Number. Default is 1 if omitted.No
ItemItem IDNo
ClassClassification NameNo
DepartmentDepartment NameNo
LocationLocation NameNo
EntityEntity NameNo
Transaction TypeTransaction TypeNo
PostedSpecified whether to include only Posted (P) or Non-Posted (NP) Transactions. Valid values are P (default) or NP.No
CurrencyIf left blank, will default to the currency defined by the Subsidiary. Currency Names are listed in the Data Retrieval section of the ribbon.No

Remarks

Easily add the Accounts Group list next to an account numbers list by using the GetListInfo Function as seen below.

GetListInfo to return account group

Example

Let's say you want to see the Account Group Balances for Current Asset, Long Term Asset, Current Liability, and Equity accounts. You can use the GLAccountGroupBalance function to return this easily.

  1. Start by having a place whereall required function arguments can be entered
    1. Function Arguments
  2. Select Finsyte Functions > GL Level Totals > GLAccountGroupBalance
  3. Link all function arguments including the Account Group which can either by typed in (ex: "Current Asset") or selected from a cell reference
    1. Account Group Arguments
  4. Select OK to see the balance total for all accounts under the umbrella of the AccountGroup of "Current Asset"
  5. Repeat for the addition groups to see the separate balances returned
    1. Account Group Balances

Note: Right click on the amount to select Drill Down to Base Accounts which will create a new tab where all accounts under the selected group are shown with the GLAccountBalance function.