Table "Analysis Line"

ID 7114
Namespace: Microsoft.Inventory.Analysis

Properties

Name Value
Caption Analysis Line
DrillDownPageID Page Microsoft.Inventory.Analysis."Inventory Analysis Lines"
LookupPageID Page Microsoft.Inventory.Analysis."Inventory Analysis Lines"
DataClassification CustomerContent

Fields

Name Type Description
"Analysis Area" Enum Microsoft.Inventory.Analysis."Analysis Area Type"
"Analysis Line Template Name" Code[10]
"Line No." Integer
"Row Ref. No." Code[20]
Description Text[100]
Type Enum Microsoft.Foundation.Enums."Analysis Line Type"
Range Text[250]
"New Page" Boolean
Show Option
Bold Boolean
Italic Boolean
Underline Boolean
"Show Opposite Sign" Boolean
"Source Type Filter" Enum Microsoft.Foundation.Enums."Analysis Source Type"
"Date Filter" Date
"Item Budget Filter" Code[10]
"Location Filter" Code[10]
"Dimension 1 Filter" Code[20]
"Dimension 2 Filter" Code[20]
"Dimension 3 Filter" Code[20]
"Dimension 1 Totaling" Text[80]
"Dimension 2 Totaling" Text[80]
"Dimension 3 Totaling" Text[80]
"Source No. Filter" Code[20]
"Group Dimension Code" Code[20]
Indentation Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CheckFormula

procedure CheckFormula(Formula: Code[250])

Parameters

Name Type Description
Formula Code[250]

LookupTotalingRange

procedure LookupTotalingRange(var Text: Text): Boolean

Parameters

Name Type Description
Text Text

Returns

Type Description
Boolean

LookupDimTotalingRange

procedure LookupDimTotalingRange(var Text: Text, GroupDimCode: Code[20]): Boolean

Parameters

Name Type Description
Text Text
GroupDimCode Code[20]

Returns

Type Description
Boolean

GetCaptionClass

procedure GetCaptionClass(DimNo: Integer): Text[250]

Parameters

Name Type Description
DimNo Integer

Returns

Type Description
Text[250]

Events

OnLookupTotalingRangeOnElse

[IntegrationEvent(False,False)]
local procedure OnLookupTotalingRangeOnElse(var AnalysisLine: Record "Analysis Line", var Text: Text, var Result: Boolean)

Parameters

Name Type Description
AnalysisLine Table Microsoft.Inventory.Analysis."Analysis Line"
Text Text
Result Boolean

See also