Sybase InfoMaker 11.5, CD, Win, ENG Especificações Página 728

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 828
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 727
Median
706 InfoMaker
For Graph controls, Rows can be All, Page, or Group.
For OLE controls, Rows can be All, Current Row, Page, or Group. The
available choices depend on the layer the control occupies.
Null values are ignored and are not considered in determining the maximum.
Not in validation rules or filter expressions
You cannot use this or other aggregate functions in validation rules or filter
expressions.
Using an aggregate function cancels the effect of setting Retrieve Rows As
Needed in the painter. To do the aggregation, a report always retrieves all rows.
Examples This expression returns the maximum of the values in the age column on the
page:
Max(age for page)
This expression returns the maximum of the values in column 3 on the page:
Max(#3 for page)
This expression returns the maximum of the values in the column named age
in group 1:
Max(age for group 1)
Assuming a report displays the order number, amount, and line items for each
order, this computed field returns the maximum of the order amount for the
distinct order numbers:
Max(order_amt for all DISTINCT order_nbr)
See also Min
Median
Description Calculates the median of the values of the column. The median is the middle
value in the set of values, for which there is an equal number of values greater
and smaller than it.
Syntax Median ( column { FOR range { DISTINCT { expres1 {, expres2 {, ... } } } } } )
Vista de página 727
1 2 ... 723 724 725 726 727 728 729 730 731 732 733 ... 827 828

Comentários a estes Manuais

Sem comentários