Skip to main content

GLAccountCategoryBalance Function

GLAccountCategoryBalance Function

Definition

The GLAccountCategoryBalance provides the highest level of grouping for accounts and utilizes the AccountCategory 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 CategoryValid Account Category 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 Category list next to an account numbers list by using the GetListInfo Function as seen below.

GetListInfo to return account category

Example

Let's say you want to see the Account Category Balances for Asset and Liability accounts. You can use the GLAccountCategoryBalance 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 > GLAccountCategoryBalance
  3. Link all function arguments including the Account Category which can either by typed in (ex: "Asset") or selected from a cell reference
    1. Account Category Arguments
  4. Select OK to see the balance total for all accounts under the umbrella of the AccountCategory of "Asset"
  5. Repeat for "Liability" to see the separate balance returned
    1. Account Category 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 category are shown with the GLAccountBalance function.