You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

On this page

Throughout the documentation we refer to data types that can be used in the expression parser and its functions.

Data types define what kind of data a function needs as input and what you should expect as output.


The most common data types

Data typeDescriptionExample

TEXT



NUMBER



LIST



BOOLEAN



Additional data types

You will find many data type references throughout the documentation that need to be explained in more detail. They all related to one of the categories above.

Text
Data typeDescriptionExample






Number
Data typeDescriptionExample






List
Data typeDescriptionExample






Casting (converting) data types


Casting (or transforming) data types is very important throughout all functions provided by JWT.

To be able to set, transform or calculate values it might be necessary to turn a text value to a number, a number or a timestamp to a text, and even individual text or number values to a list.

The following functions will help you to achieve that.

Available functions