added

July 20, 2022

We shipped DigiFi Formula Language improvements to ease formulas creation ,testing and reading.

Release Details

  • Variables and Functions highlight for easier formula reading.
  • Variables and Functions tooltips for easier understanding and proper usage.

Function tooltip shows:

  • Function Name (e.g. “Function: SUM”)
  • Description (e.g. “Description: Adds its arguments together”)
  • Format (e.g. “Format: SUM(number1, number2, …)”)
  • Example (e.g. “Example: SUM(10, 20, 11, 14) == 55”)

Variable tooltip shows:

  • Variable Name (e.g. “Variable Name: Loan Amount”)
  • Data Type (e.g. “Data Type: Monetary”)
  • Updated functions list. Added ISEMPTY, ISUNDEFINED, BETWEEN, IN, NOTIN and other useful functions.
  • Rule Builder: a new feature that allows a simple rule (consisting of a variable + condition + value) to be built and converts it to DigiFi Language Formula.