Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagejava
public void preAnalyticFunction(Object[] selectedColumn){   	 
      this.total=0;
      Object [] inputColumn = (Object[]) getParameterValue("INPUT_FIELD");
      for (Object value : inputColumn) {
     	 if (value!=null) this.total+=Double.valueOf(value.toString());
      }   	 
  }

 

 

 

 

Section
Column
width75

Previous topic: 

Column

Next topic: 

 

...