rwjblue / pivot.js

Build Pivot Tables from CSV/JSON Data
http://rwjblue.github.com/pivot.js/
Other
783 stars 134 forks source link

summarize string Data #31

Closed Andrei-Predoiu closed 2 years ago

Andrei-Predoiu commented 10 years ago

If the data that is supposed to be in the summary is of type string, the app will always add a 0 at the start of every data string because runningTotal starts at 0. This happens even if I am setting up the table to not have to summarize any data(i am giving it at most 1 data item for every cell/row combo).

EDIT: Maybe there is a way to set custom summarization methods that i missed?