Introduction

Usage tips

  • Don’t forget that each of the special functions below can be combined with other special functions, through AND / OR.

  • Every special function that returns true/false can be “inverted” by wrapping it in a NOT. For example, not(@assigned(#concept^datafield)) will return true if that datafield is not assigned a value.

  • When you are typing in the name of a function in the editor, you can get a list of matching functions by pressing Control + Spacebar after you have inserted the @-symbol and at least a few letters:

  • When you want to get a summary of the function’s purpose and its arguments, you can press the same shortcut Control + Spacebar when your cursor is between the parentheses of that function:

Last updated