I actually already wrote it...sorta...almost done.
It works by letting the programmer define different functions for
calculated columns and group by aggregations. When the page loads it
shows the current table then you add a 'transformation' and select the
function you want, the columns you want, etc...
On Aug 17, 5:54 am, Riccardo Govoni <
battleho...@gmail.com> wrote:
> I don't think we have something like that.
>
> The controls library let users alter a datatable mostly row-wise (via
> filtering), although we are exploring alternatives for different kind of
> data manipulations.
> The ChartEditor<
http://code.google.com/apis/chart/interactive/docs/reference.html#goo...>lets the user customize the chart type and options given a specific
> ChartWrapper (that is, given a specific DataTable contained therein).
>
> But there is no readymade user interface for columnwise Datatable
> manipulation. I think what you want is a GUI whose input is a DataTable and
> whose output is a different DataTable (or Dataview) matching the user
> organization criteria. This fits in the scheme laid out by the controls
> library but such component does not exist yet.
>
> Feel free to file a feature request<
http://code.google.com/p/google-visualization-api-issues/issues/list>for this. Part of the reason the 'controls' library exists in beta status is