Skip to content

Custom Aggregators

Mathias Rangel Wulff edited this page Jun 12, 2015 · 3 revisions

Custom aggregator

You can define a custom aggregator in javascript like this:

    alasql.aggr.MYAGR = function() {
    	// Do my thing
    }
Clone this wiki locally