Database view on Incident and Question Answer[question_answer] table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 05:00 AM
Hi Friends,
I am trying to establish a database view on incident and question answer table. Want to report all the variable answers for respective incidents.
The logic above shows multiple entries for an incident for each variable.. e.g.
Number Question Value
INC11001 Name XYZ
INC11001 Phone 123
INC11002 Name ABC
INC11002 Phone 123
However i want all var answers in a single row for a given incident. Any experience share is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 01:25 AM
Hi,
Click on + icon between Available and selected to get the details.
Regards,
Ram M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 05:11 AM
Please be informed. That reference doesn’t bring question answers. That is referenced to question/variable table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 05:39 AM
HI,
This is not possible. Because in question_answer table we create record for each question.
For example: IF i have 10 question then we will have 10 entries.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2018 04:34 AM
How did you resolve this issue?