Class FormulaInterpreter

java.lang.Object
com.kingsrook.qqq.backend.core.actions.reporting.FormulaInterpreter

public class FormulaInterpreter extends Object
Helper for Generating reports - to interpret formulas in report columns, that are in "excel-style", ala: =MINUS(47,42) or =IF(LT(ADD(${input.x},${input.y}),10,Yes,No)
  • Constructor Details

    • FormulaInterpreter

      public FormulaInterpreter()
  • Method Details