TeleFlow Step 0310

TeleFlow Step 0310

From TeleFlow

Jump to: navigation, search

Image:Iv_310.gif Compare Step
Compares one value to another, determining if the comparison expression defined is true or false. If the expression in the Compare step is true, the path set by the Image:Iv_940.gifTrue action step is followed. Otherwise, the path set by the Image:Iv_950.gif False action step is followed.

Properties

Is value: The value to compare against the second value. e.g.: @GETYN or 2001/01/22

Function: Defines the way in which to compare one value with another. The possible comparison functions/operators are:

  • = (Compare to see if "Is value" is equal to "Value")
  • <> (Compare to see if "Is value" is NOT equal to "Value")
  • > (Compare to see if "Is value" is greater than "Value")
  • < (Compare to see if "Is value" is less than "Value")
  • >= (Compare to see if "Is value" is greater than or equal to "Value")
  • <= (Compare to see if "Is value" is less than or equal to "Value")
  • Empty (Is the "Is value" entry empty/contain nothing?)
  • Modulus 10 (the modulus 10 comparison performs an check to determine if the "Is value" number is a valid modulus 10 (LUHN) number (i.e. a valid credit card number, a valid Canadian social insurance number, etc.))
  • Valid (i.e.: date, time, number) The Valid option is used to ensure that "Is value" conforms to a variable format. By using this function, data can be validated before being processed. This is useful to ensure that date or time information entered be a caller is valid.


Value: The value to compare against the first value. e.g.: @TODAY or Y

Action Steps

Image:Iv_940.gif True: If the comparison evaluates to 'True', this path is followed.
Image:Iv_950.gif False: If the comparison evaluates to 'False', this path is followed.

Related Steps

Image:Iv_380.gif Parse