MyRapidi
MyRapidi

Search our Wiki

Formulas

Overview

  • Formulas can be used to manipulate or transform the data on the fly. In this way you can adapt the data to match the destination system at the same time as transferring the data.
  • A formula can be used in the Source Field in either the Table Link or in the Field List.
  • To tell the system that you want this field to be a formula, you have to start the line with two #-signs (hash). For example:  ##CURRENTDATE().
  • In formulas, single quote '' is used to enclose a text string - like in 'this is a text string'. And double quote "" is used to enclose field names (only needed if the field name contains blanks or special characters) - like in "Address 2".

show informationhide information
Formula Function and Operator

show informationhide information
ABS

show informationhide information
AFTER

show informationhide information
BEFORE

show informationhide information
BEFORELAST

show informationhide information
BLANKVALUE

show informationhide information
CASE

show informationhide information
CONVERT

show informationhide information
COPY

show informationhide information
CURRENTDATE

show informationhide information
CURRENTDATETIME

show informationhide information
CURRENTTIME

show informationhide information
DBLOOKUP

show informationhide information
DEL

show informationhide information
EQUALS

show informationhide information
ERROR

show informationhide information
FORMAT

show informationhide information
GETBITS

show informationhide information
GETBIT

show informationhide information
GETFIELDVALUE

show informationhide information
IF

show informationhide information
IMPLODE

show informationhide information
ISBLANK

show informationhide information
ISEMAIL

show informationhide information
ISPHONE

show informationhide information
LAST

show informationhide information
LENGTH

show informationhide information
LOCALTIME

show informationhide information
LSLOOKUP

show informationhide information
MESSAGE

show informationhide information
MIDDLE

show informationhide information
NULL

show informationhide information
POS

show informationhide information
POSTDEL

show informationhide information
PREPEND

show informationhide information
READFILE

show informationhide information
SKIPFIELD

show informationhide information
SPLIT

show informationhide information
TODATE

show informationhide information
TODATETIME

show informationhide information
TOTIME

show informationhide information
TOFLOAT

show informationhide information
TOINTEGER

show informationhide information
UPPERCASE