/
Formula Evaluator Library
Formula Evaluator Library
Formula Evaluator is a utility to evaluate simple arithmetic and boolean expressions with binding variables, which evaluates into a numeric or boolean value.
Examples of math expression
cost * marginPercent / (100 - marginPercent)
Example of boolean expression
quantity > 0 && revenue == 0
You can use this library wherever you need the business user to enter the expression/formula based on their needs, instead of being hardcoded into the logics.
For example, this library is used by Approval Workflow accelerator for evaluation of decision conditions.
, multiple selections available,
Related content
Installation (Formula Evaluator Library)
Installation (Formula Evaluator Library)
More like this
Architecture Components (Formula Evaluator Library)
Architecture Components (Formula Evaluator Library)
More like this
Calculation Engine Library
Calculation Engine Library
More like this
Architecture Components (Calculation Engines Library)
Architecture Components (Calculation Engines Library)
More like this