Closed (fixed)
Project:
Matrix field
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2011 at 18:50 UTC
Updated:
6 Apr 2015 at 16:24 UTC
Jump to comment: Most recent
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
Comment #1
aaron1234nz commentedYep, 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.
Comment #2
intrafusionDoes this issue still exist?
Comment #3
scottrouse commentedYes, it still exists.
Comment #5
intrafusionThis issue has now been resolved