Open canadaduane opened 4 years ago
This would require summary rows display. I am not sure the latest v. of perspective js lib I am using for the data grid display has that option, but I'll look into it.
Thanks for your feedback.
It looks like finos/perspective#1208 is still open. I found a workaround if you're interested. You could add a hidden column with no data. Then render a second table that groups by that column. Its columns would expose the aggregate functions like normal.
Thank you for this great tool!
I'd like to see the summation of a column without grouping it by any particular column. Is this possible in grid view?
i.e. Is there a way to see the sum total of the "Hours" column?
Similar to #193 I think, but without grouping.