Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%ColumnSum function


Function
The function returns the sum of the valid values in the specified structured variable column.
Result is a real number.
Declaration


Blok kódu
languageesl
themeConfluence
REAL %ColumnSum(
   in StructVar
^


Blok kódu
languageesl
themeConfluence
Column
 )
Parameters


StructVarObject of Structured variable type.
ColumnColumn name.
Note
The function sets the user values flags for the resulting value as a sum for resulting valueof user flags of individual values.
Example


Blok kódu
languageesl
themeRDark
%ColumnSum(SV.Structure^Int)