Trial balance report (LedgerTrialBalance)

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The Trial balance report displays full details of the ledger accounts. The report information includes opening balances, debits, credits, and the resulting balances for a given date range.

The general purpose of the trial balance is to expose any errors for account balances. All accounts that have debit balances must equal all accounts that have credit balances.

Note

We recommend that you use Management Reporter for Microsoft Dynamics ERP to create, maintain, deploy, and view financial reports. Management Reporter lets you design financial reports based on ledger accounts and financial dimensions, drill down to transaction-level detail, and use web-based report viewing. For more information about how to print financial reports by using Management Reporter, see Management Reporter for Microsoft Dynamics ERP.

How to filter the data on this report

When you generate this report, the following default parameters are displayed. You can use these parameters to filter the data that will be displayed on the report. For more information, see Filter the data on a report.

Field

Description

Primary financial dimension set

Select the primary financial dimension set for the report.

Secondary financial dimension set

Select the secondary financial dimension set for the report.

Date interval

Select the current date interval for the report.

From date

Enter or select the start of the date range to print transactions for.

To date

Enter or select the end of the date range to print transactions for.

New page

Select this check box to insert a page break between each account.

Posting layer

Select how the posting layer or posting layer combination should be included for the selected column.

  • Current – The column will contain transactions that are included in the Current posting layer.

  • Operations – The column will contain transactions that are included in the Current or Operations posting layers.

  • Tax – The column will contain transactions that are included in the Current or Tax posting layers.

  • Operations minus tax – The column will contain the net transactions from the Operations posting layer, minus the Tax posting layer.

  • Only operations – The column will contain transactions that are included in the Operations posting layer.

  • Only tax – The column will contain transactions that are included in the Tax posting layer.

  • Operations plus tax – The column will contain transactions that are included in the Operations or Tax posting layers.

  • Total – The column will contain transactions that are included in the Current, Operations, or Tax posting layers.

Include opening transaction amounts in detail

Select this check box to exclude opening transactions from the line of the report that lists the opening balance. Opening transactions are displayed in the report detail.

Closing transactions

Select this check box to display closing transactions as transactions.

How to work with reports

The following topics explain how to print a report and how to filter and sort the data on a report.

Details of this report

The following table explains where to find the report in the Application Object Tree (AOT) and how to navigate to the report in the Microsoft Dynamics AX client.

Detail

Description

Name of report in the AOT

LedgerTrialBalance

Location of report in the AOT

SSRS Reports\Reports\LedgerTrialBalance

Menu item of the report

LedgerProvisionalBalance

LedgerTrialBalance

Navigation to the report

Click General ledger > Reports > Transactions > Detailed trial balance.

Where the data in this report comes from

The data on this report comes from the following sources:

  • DimensionAttributeValueCombination table

  • DimensionFocusBalance table

  • GeneralJournalAccountEntry table

  • LedgerTrialBalanceTmp table

Note

To determine where the data in the temp table comes from, view the cross-references for the LedgerTrialBalanceDP.processReport class.

If you are a developer, you can learn more about where the data on a report comes from by using the following procedure.

  1. Open the AOT.

  2. Locate the report in the SSRS Reports\Reports node.

  3. Right-click the report and click Add-Ins > Cross-reference > Using (instant view).