
| Key: |
CSRVY-11
|
| Type: |
Support Request
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Frank Stiller
|
| Reporter: |
Jamie
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows 2003, Confluence 2.7.3 on Websphere 6.1
|
|
Hi,
We have survey plugin installed and it works fine. I wanted to know where the results are stored and is there a way we can query against the results.
Regards
Siva
|
|
Description
|
Hi,
We have survey plugin installed and it works fine. I wanted to know where the results are stored and is there a way we can query against the results.
Regards
Siva |
Show » |
|
The result will give the entity_id which is the pageid which you can grab in content, e.g.
The single voters are stored in the text_val field as a comma separated list.
Hope that helps you to get some ideas for custom sql-queries.
cheers
Frank