This is an issue for showing support for the people working on this module. Hooray for them!

Comments

romanciuc’s picture

that's a good news :)

itangalo’s picture

(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.)

pontus_nilsson’s picture

Hooray

usonian’s picture

I 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!

romanciuc’s picture

hey 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

usonian’s picture

Thanks 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.

pbeakley’s picture

Holy cow that is incredible luck! Just picked up a project yesterday that requires exactly this functionality.

usonian’s picture

Priority: Normal » Minor
Status: Active » Fixed

(Marking "fixed" for housekeeping.)

usonian’s picture

Status: Fixed » Closed (fixed)
manoloka’s picture

hooray --- good work

ccsjoe’s picture

Version: 6.x-1.1 » 7.x-1.0
Priority: Minor » Normal
Status: Closed (fixed) » Active

Does 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.

joecorall’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

@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