on the D7 version, the calculations aren't triggering (add, average, etc). The custom php processing is working, so as a workaround I'm using a custom function to add the cells per column and insert a prefix.

Comments

aaron1234nz’s picture

Yep, that's the most unfinished part of the Drupal 7 version. If you feel like writing a patch that would be great. the main problem is with averages. It currently counts every field to use as the divisor, which is a problem when you use something like a set of radio buttons. It might just be easier to exclude averages from the module and be done with it.

intrafusion’s picture

Version: master » 7.x-2.x-dev
Status: Active » Postponed

Does this issue still exist?

scottrouse’s picture

Status: Postponed » Active

Yes, it still exists.

  • intrafusion committed 6492a22 on 7.x-2.x
    Issue #1239722: D7 Calculations not calculating
    
intrafusion’s picture

Issue summary: View changes
Status: Active » Fixed

This issue has now been resolved

  • intrafusion committed 6492a22 on 8.x-2.x
    Issue #1239722: D7 Calculations not calculating
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.