Class CountBlankFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.information.CountBlankFunction
- All Implemented Interfaces:
Serializable
,Function
This function counts the number of blank cells in the Reference provided. A cell is blank if it cell is empty.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountBlankFunction
public CountBlankFunction()
-
-
Method Details
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-