-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement average for table totals #973
Comments
Well I guess it's a bit to much calculations.
|
definitely the more sensible approach! |
aaaah, avgSum and avgCount need to be arrays, as we might calculcate an avg for more than one column :) |
Oh, yes, correct.
|
Will do when I switch to newest ATK versions, still on 1.7 |
Related #286 |
@PhilippGrashoff should be possible with extra expression column, but of course only as workaround for now |
closing in favor of #286 |
Currently, there is no "avg" for table totals. Implementation would be easy, I can take care of it when I update to current versions. Code is quite finished:
avgCount
for table:$this->avgCount = 0;
The text was updated successfully, but these errors were encountered: