5.4. Custom variables #

As seen in Expression variables and also in the Complete variable examples, variables are not mysterious. They can be iterative or non-iterative and their operation can be spelled out. On the other hand, the pre-defined variables for doing simple statistics may be limiting. Maybe we need an iteratively calculated value that uses a different type than numeric. This is where custom variables may be useful.

For a custom variable, all details can be freely defined:

See the Custom variable example on how the average type variable can be spelled out as a custom variable.