inetsoft.report.filter
Interface Formula2
- All Superinterfaces:
- Cloneable, Formula, Serializable
- All Known Implementing Classes:
- CalcFieldFormula, CorrelationFormula, CovarianceFormula, FirstFormula, LastFormula, WeightedAverageFormula
public interface Formula2
- extends Formula
This interface defines formulas where the value is calculated based on
two columns. The addValue() passes in an array instead of a single value.
The array is always two elements long.
| Methods inherited from interface inetsoft.report.filter.Formula |
addValue, addValue, addValue, addValue, addValue, addValue, addValue, clone, getDisplayName, getDoubleResult, getName, getResult, isDefaultResult, reset, setDefaultResult |
getSecondaryColumns
int[] getSecondaryColumns()
- Get the second column index. The value on the primary column and the
value on the second column are passed in as an object array with
two elements.