fSeries Functions

 

fSeries functions are used throughout the system to compare values, calculate new values or reformat data.

All functions are used in the form:

=FUNCTION(Parameters)

Where FUNCTION is the function name; and Parameters is a comma separated list of parameter values.

In most cases function parameters may be further functions, embedding one inside another (e.g. to compare two values from the gathered data).

When functions are used inside an fDocs Function tag, we advise you NOT to embed fDocs tags as function parameters because the value of the tag may contain characters which the function will interpret and use, e.g. commas, and produce an incorrect result. The recommended method is to use the following syntax in place of the tag.

=FUNCTION(=VALUE([name_of_tag],[data group]), . . .
image_pdfimage_print
Please use the filters above to find a function.