Aggregate method that returns the lowest value within a group.

Syntax

<oRef>.agMin(<codeblock>)

<oRef>

The Group object that defines the group you want to summarize.

<codeblock>

A codeblock or pointer to a function that returns the value you want to track.

Property of

Group

Description

Use agMin( ) to return the lowest value returned by <codeblock> in the group. <codeblock> is usually an expression codeblock that returns the value property of a field in the rowset of the Group object’s parent StreamSource object.

If <codeblock> returns a null value, it is ignored.

You may call agMin( ) at any time. If necessary, the report engine will look ahead to determine the result.