Crosstab.Cells.Max

Aufgabe:

Gibt (in Kreuztabellen) den größten Wert der Zelleninhalte zurück.

Parameter und Rückgabewert siehe Funktion Crosstab.Cells.Avg().

Beispiel:

Crosstab.Cells.Max(True,2,0)     

Ergebnis: Maximalwert der Zeile

If(Crosstab.value() = Crosstab.Cells.Max (false,- 10, 0), LL.Color.Green, if(Crosstab.value() = Crosstab.Cells.Min(false,- 10, 0),LL.Color.Red, LL.Color.White))

Ergebnis: Maximal- und Minimalwert pro Zeile wird eingefärbt.