Report "Dimensions - Total"

ID 27
Namespace: Microsoft.Finance.Dimension

Build a group of dimensions for combinations of dimension values. Define a hierarchy of dimension levels from an analysis view, and list all G/L entries for each group. Compare G/L actual vs. budget total, or cash flow actual vs. forecast total.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Finance/Dimension/DimensionsTotal.rdlc
AllowScheduling False
ApplicationArea #Dimensions
Caption Dimensions - Total
UsageCategory ReportsAndAnalysis

Events

OnFillTempGLAccountOnBeforeGLAccFind

[IntegrationEvent(False,False)]
local procedure OnFillTempGLAccountOnBeforeGLAccFind(var GLAccount: Record "G/L Account")

Parameters

Name Type Description
GLAccount Table Microsoft.Finance.GeneralLedger.Account."G/L Account"

OnPreReportOnAfterDimValSetFilters

[IntegrationEvent(False,False)]
local procedure OnPreReportOnAfterDimValSetFilters(var DimensionValue: Record "Dimension Value")

Parameters

Name Type Description
DimensionValue Table Microsoft.Finance.Dimension."Dimension Value"

See also