Hi,

I have a webform used for a company internal auction for charity. The webform has a listbox with 'activities' where they select 1 activity and they have to fill in a 'bid' field. Users can bid on a certain activity.
Now I wanted to use WebForm Report to display the current 'max bid' for each activity. How can i do that?
So, not a report of all submissions, but only the 'highest bid' for 'every activity'. Can I use the PHP code for that?

Comments

Vako’s picture

I think the best option is the Views module. It will let you organize the data as you wish.

jan.pieters’s picture

Views doesn't allow us to access the submission data.

Vako’s picture

That's strange, because I had a web designer who used to create amazing reports with Webform data using Views. But that was 3 years ago...maybe things changed.

othermachines’s picture

Views doesn't allow us to access the submission data.

I have a site running webform 6.x-3.20 and another running 7.x-4.0-beta3 and you can access the submission data with Views on both. Just select "Webform submissions" as your view type.