Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

CrosstabMax – PB Docs 150 – PowerBuilder Library

CrosstabMax – PB Docs 150

CrosstabMax DataWindow expression function

Description

Calculates the maximum value returned by an expression in
the values list of the crosstab. When the crosstab definition has
more than one column, CrosstabMax can also calculate
the maximum of the expression’s values for groups of column
values.

note.png For crosstabs only

You can use this function only in a crosstab DataWindow object.

Syntax

Argument

Description

n

The number of the crosstab-values expression
for which you want the maximum returned value. The expression’s
datatype must be numeric.

column (optional)

The number of the crosstab column as
it is listed in the Columns box of the Crosstab Definition dialog
box for which you want intermediate calculations.

groupvalue (optional)

A string whose value controls the grouping
for the calculation. Groupvalue is usually
a value from another column in the crosstab. To specify the current
column value in a dynamic crosstab, rather than a specific value,
specify @ plus the column name as a quoted string.

Return Values

Double. Returns the maximum value returned by expression n for
all the column values or, optionally, for a subset of column values.
To return a decimal datatype, use CrosstabMaxDec.

Usage

This function is meaningful only for
the maximum of the values of the expression in a row in
the crosstab. This means you can use it only in the detail band,
not in a header, trailer, or summary band.

Null values are ignored and are not included in the comparison.

For more information about restricting the
calculation to groups of values when the crosstab definition has
more than one column, see Usage for CrosstabAvg.

note.png Reviewing the expressions

To review the expressions defined for the crosstab values,
open the Crosstab Definition dialog box (select Design>Crosstab
from the menubar).

Examples

These examples all use the crosstab-values expressions
shown below:

This expression for a computed field in the crosstab
returns the maximum of the employee counts (the first expression):

This expression for a computed field in the crosstab
returns the maximum of the salary totals (the second expression):

The next two examples use a crosstab with two columns
(year and quarter), a row (product), and a values expression Avg(sales
for crosstab).

This expression for a computed field returns the largest of
the quarterly average sales for each year:

This expression for a computed field returns the
maximum of all the average sales in the row:

For an example illustrating how the painter automatically
defines a crosstab by creating computed fields using the Crosstab functions,
see CrosstabAvg.

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x