ChartDirector 7.0 (Perl Edition)

RanTable.selectDate


Usage

selectDate(colNo, minDate, maxDate)

Description

Selects the rows within a certain date range.

After executing this method, the RanTable will be reduced to only contain rows that are within minDate and maxDate (inclusive of both dates).

Arguments

ArgumentDefaultDescription
colNo(Mandatory)The date column to be used as selection criteria.
minDate(Mandatory)The minimum date (earliest date).
maxDate(Mandatory)The maximum date (latest date).

Return Value

The number of rows selected.