---
title: "Codeunit 7110 Analysis Report Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/7110-analysis-report-management/
type: codeunit
id: 7110
name: "Analysis Report Management"
app: "Base Application"
namespace: Microsoft.Inventory.Analysis
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/7110-analysis-report-management/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 7110 Analysis Report Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/7110-analysis-report-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Analysis |
| Versions | 17-28 |
| Source file | Inventory/Analysis/AnalysisReportManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| LookupReportName | (Option, var Code[10]) | Boolean | public | 17-20 | Pending 18.0 | Replaced by LookupAnalysisReportName(). |
| CheckReportName | (Code[10], var Record Analysis Line) | - | public | 17-28 | - | - |
| OpenAnalysisLines | (var Code[10], var Record Analysis Line) | - | public | 17-28 | - | - |
| CheckAnalysisLineTemplName | (Code[10], var Record Analysis Line) | - | public | 17-28 | - | - |
| SetAnalysisLineTemplName | (Code[10], var Record Analysis Line) | - | public | 17-28 | - | - |
| LookupAnalysisLineTemplName | (var Code[10], var Record Analysis Line) | Boolean | public | 17-28 | - | - |
| OpenAnalysisLinesForm | (var Record Analysis Line, Code[10]) | - | public | 17-28 | - | - |
| OpenAnalysisColumnsForm | (var Record Analysis Line, Code[10]) | - | public | 17-28 | - | - |
| OpenColumns | (var Code[10], var Record Analysis Line, var Record Analysis Column) | - | public | 17-28 | - | - |
| OpenColumns | (var Code[10], var Record Analysis Column) | - | public | 17-28 | - | - |
| GetColumnTemplate | (Option, Code[10]) | - | public | 17-28 | - | - |
| SetColumnName | (Option, Code[10], var Record Analysis Column) | - | public | 17-28 | - | - |
| CopyColumnsToTemp | (var Record Analysis Line, Code[10], var Record Analysis Column) | - | public | 17-28 | - | - |
| LookupColumnName | (Option, var Code[10]) | Boolean | public | 17-20 | Pending 18.0 | Replaced by LookypAnalysisColumnName(). |
| SetSourceType | (var Record Analysis Line, Option) | - | public | 17-28 | - | - |
| SetSourceNo | (var Record Analysis Line, Text) | - | public | 17-28 | - | - |
| LookupSourceNo | (var Record Analysis Line, Option, var Text) | - | public | 17-26 | Pending 24.0 | Use "DoLookupSourceNo" with Enum parameter instead. |
| CalcCell | (var Record Analysis Line, var Record Analysis Column, Boolean) | Decimal | public | 17-28 | - | - |
| SetItemRowFilters | (var Record Item Statistics Buffer, var Record Analysis Line) | - | public | 17-28 | - | - |
| SetItemColumnFilters | (var Record Item Statistics Buffer, var Record Analysis Column) | - | public | 17-28 | - | - |
| GetDivisionError | () | Boolean | public | 17-28 | - | - |
| GetPeriodError | () | Boolean | public | 17-28 | - | - |
| GetFormulaError | () | Boolean | public | 17-28 | - | - |
| GetCyclicError | () | Boolean | public | 17-28 | - | - |
| SetAnalysisLineTemplate | (var Record Analysis Line Template) | - | public | 17-28 | - | - |
| SetExpression | (Text[250]) | - | public | 17-28 | - | - |
| ValidateFilter | (var Text, Integer, Integer, Boolean) | - | public | 17-28 | - | - |
| LookupAnalysisReportName | (Enum Analysis Area Type, var Code[10]) | Boolean | public | 18-28 | - | - |
| LookupAnalysisColumnName | (Enum Analysis Area Type, var Code[10]) | Boolean | public | 18-28 | - | - |
| DoLookupSourceNo | (var Record Analysis Line, Enum Analysis Source Type, var Text) | - | public | 23-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCalcItemStatistics | (var Record Item Statistics Buffer, var Record Analysis Line, var Record Analysis Column, Boolean, var Decimal) | 17-28 | - | - |
| Integration event | OnAfterFilterItemAnalyViewEntry | (var Record Item Statistics Buffer, var Record Item Analysis View Entry) | 18-28 | - | - |
| Integration event | OnAfterFilterItemAnalyViewBudgEntry | (var Record Item Statistics Buffer, var Record Item Analysis View Budg. Entry) | 18-28 | - | - |
| Integration event | OnAfterFilterItemBudgetEntry | (var Record Item Statistics Buffer, var Record Item Budget Entry) | 18-28 | - | - |
| Integration event | OnAfterFilterItemLedgEntry | (var Record Item Statistics Buffer, var Record Item Ledger Entry) | 18-28 | - | - |
| Integration event | OnAfterFilterValueEntry | (var Record Item Statistics Buffer, var Record Value Entry) | 18-28 | - | - |
| Integration event | OnAfterSetItemRowFilters | (var Record Item Statistics Buffer, var Record Analysis Line) | 18-28 | - | - |
| Integration event | OnAfterCalcIndirectCost | (var Record Item Statistics Buffer, Record Item, var Decimal) | 20-28 | - | - |
| Integration event | OnCalcItemStatisticsOnAfterSetFilters | (var Record Item Statistics Buffer, var Record Analysis Line) | 20-28 | - | - |
| Integration event | OnAfterSetItemColumnFilters | (var Record Item Statistics Buffer, var Record Analysis Column) | 21-28 | - | - |
| Integration event | OnBeforeValidateFilter | (var Text, Integer, Integer) | 21-28 | - | - |
| Integration event | OnCalcUnitPriceOnBeforeReturnUnitPrice | (var Record Price List Line, Record Item) | 22-28 | - | - |
| Integration event | OnBeforeOpenAnalysisLinesForm | (var Record Analysis Line, Code[10], var Boolean) | 23-28 | - | - |
| Integration event | OnBeforeOpenAnalysisColumnsForm | (var Record Analysis Line, Code[10], var Boolean) | 23-28 | - | - |
| Integration event | OnAfterOpenColumns | (var Code[10], var Record Analysis Line, var Record Analysis Column) | 23-28 | - | - |
| Integration event | OnCopyColumnsToTempOnBeforeAnalysisColumnFindset | (var Record Analysis Column, Code[10]) | 23-28 | - | - |
| Integration event | OnDoLookupSourceNoOnElseCurrentSourceTypeFilter | (Enum Analysis Source Type, var Text) | 23-28 | - | - |
| Integration event | OnBeforeCalcSalesAmount | (var Record Item Statistics Buffer, Boolean, var Boolean, var Decimal) | 25-28 | - | - |
| Integration event | OnBeforeCalcQuantity | (var Record Item Statistics Buffer, Boolean, var Boolean, var Decimal) | 25-28 | - | - |
| Integration event | OnBeforeCalcBudgetQuantity | (var Record Item Statistics Buffer, var Boolean, var Decimal) | 25-28 | - | - |
| Integration event | OnBeforeDrillDownQuantity | (var Record Item Statistics Buffer, Boolean, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeDrillDownBudgetQuantity | (var Record Item Statistics Buffer, var Boolean) | 25-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
