Class FormulaData

    • Field Detail

      • formulas

        public org.pentaho.reporting.libraries.formula.Formula[] formulas
      • parser

        public org.pentaho.reporting.libraries.formula.parser.FormulaParser parser
      • outputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
      • returnType

        public int[] returnType
      • replaceIndex

        public int[] replaceIndex
    • Constructor Detail

      • FormulaData

        public FormulaData()
    • Method Detail

      • createFormula

        public org.pentaho.reporting.libraries.formula.Formula createFormula​(String formulaText)
                                                                      throws org.pentaho.reporting.libraries.formula.EvaluationException,
                                                                             org.pentaho.reporting.libraries.formula.parser.ParseException
        Throws:
        org.pentaho.reporting.libraries.formula.EvaluationException
        org.pentaho.reporting.libraries.formula.parser.ParseException