Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2013 at 11:59 UTC
Updated:
11 Apr 2014 at 23:07 UTC
Jump to comment: Most recent
Comments
Comment #1
mrosenbaum commentedI have also run into the same issue. Were you able to find any solutions? I can aggregate the non web form data without issue, but I can't even get the web form data to aggregate on a number field.
I'm running Views 7.x-3.7 and Webform 7x-4.0-beta1.
Any thoughts you have would be very helpful.
Comment #2
quicksketchWhen aggregating on submission data, you first need to add a relationship for the component you want to aggregate on. Then instead of using "Webform submission data: value" you should use "Webform submission data: value (raw)". This will JOIN over to the data table and use that when counting the number of values. The normal submission data handler (used in your screenshot), doesn't actually JOIN to other tables, it loads the entire submission and pulls out the values from each one.
Comment #3
quicksketchClosing after lack of activity.