Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.25 KB

reportinstance-totalscausedby-method.md

File metadata and controls

38 lines (32 loc) · 1.25 KB
title description ms.author ms.date ms.topic author ms.reviewer
Report.TotalsCausedBy() Method
Determines which field caused a group total to be calculated.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Report.TotalsCausedBy() Method

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Determines which field caused a group total to be calculated. This determines which field changed contents and thereby concluded a group.

Syntax

FieldNo :=   Report.TotalsCausedBy()

Parameters

Report
 Type: Report
An instance of the Report data type.

Return Value

FieldNo
 Type: Integer
The number of the field that caused the group to end and a group total to be calculated.

See Also

Report Data Type
Get Started with AL
Developing Extensions