Closed (fixed)
Project:
Webform MySQL Views
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2011 at 12:44 UTC
Updated:
8 Mar 2014 at 15:02 UTC
Jump to comment: Most recent
Comments
Comment #1
romanciuc commentedthat's a good news :)
Comment #2
itangalo commented(Oh, and for people who don't know what the heck I'm talking about – check out the screencast at http://nodeone.se/blogg/finally-webform-submission-data-in-views.)
Comment #3
pontus_nilssonHooray
Comment #4
usonian commentedI am blown away! I totally overlooked this possibility when developing the module, as I only needed to pull the data into an external application. This is very cool, and I'm definitely open to ideas for making Views integration smoother. Great job Itangalo, this is what OSS is all about!
Comment #5
romanciuc commentedhey usonian did you see my comment
http://drupal.org/node/1006648#comment-3937116
if it is possible it could make work Webform MySQL Views directly with Data
thanks for the great module
Comment #6
usonian commentedThanks romanciuc, I did see your comment. Unfortunately there is no way to explicitly designate a Primary Key when creating a MySQL view; MySQL internally derives the PK from the base table of the query that gets used to build the view, but that doesn't translate to the PK that Views/Data module are looking for. It looks like there may be a workaround though. See #1024200: Changing view tables into tables that can be managed by Data module.
Comment #7
pbeakley commentedHoly cow that is incredible luck! Just picked up a project yesterday that requires exactly this functionality.
Comment #8
usonian commented(Marking "fixed" for housekeeping.)
Comment #9
usonian commentedComment #10
manoloka commentedhooray --- good work
Comment #11
ccsjoe commentedDoes anyone knnow if there is a way to get the select option field type in a webform to show the field text instead of the value of the select option field in the webform view.
EX: I have a webform field named Priority:
Low
Medium
High
Emergency
When I look at this field in the view it show 1,2,3 or 4 for this field not the descriptions above.
Comment #12
joecorall commented@ccsjoe - please don't reopen tickets that have nothing to do with your request.
Additionally, your question is being asked over at #1800542: Safe_key