Lists - Supported Functions for Computed Fields

This page contains a list of the supported functions that can be used within Engage expressions for computed fields in lists.

  • search
  • find
  • reversesearch
  • length
  • isnumeric
  • absolute
  • round
  • formatnumber
  • if
  • isdate
  • contains
  • toint
  • todecimal
  • todatetime
  • todate
  • tobool
  • sysdate
  • isnull
  • isnotnull
  • isempty
  • isnotempty
  • startswith
  • endswith
  • between
  • notcontains
  • addrelativetonow
  • subrelativetonow
  • addrelativetotoday
  • subrelativetotoday
  • today
  • year
  • month
  • lastdateofmonth
  • day
  • hour
  • minute
  • second
  • dayofweek
  • addrelativedateparttonow
  • subrelativedateparttonow
  • inclusivebetween
  • daysdifftonow
  • daysdiff
  • or
  • and
  • eq
  • add
  • sub
  • subtract
  • mul
  • multiply
  • div
  • divide
  • mod
  • modulo
  • gt
  • lt
  • le
  • ge
  • ne
  • any
  • all
  • addseconds
  • addminutes
  • addhours
  • adddays
  • addmonths
  • addyears
  • subtractseconds
  • subtractminutes
  • subtracthours
  • subtractdays
  • subtractmonths
  • subtractyears
  • days
  • hours
  • minutes
  • seconds
  • hash

Note:
- You can read more about how to use expressions within Engage on this page.
- More info on the Engage functions usages with examples can be found on this page.