database view asmt_assessment_instance_question, asmt_assessment_instance, Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 03:12 AM
Hello community,
I have posted this question more than three times, but I still haven't received any solutions. If someone can help me resolve this problem, I would greatly appreciate it.
The requirement is to have a list view that includes all the tasks of the instance, with all possible states. If a ticket has a survey, I need to display it next to its task. I created a database view that combines these three tables, but I can only see the tasks that have a survey. I also want to see the tickets that don't have a survey with an empty survey field.
Here is my current database view:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 03:16 AM
Hi @mregragui_ext,
You haven't gotten a solution, because it isn't possible.
Best option I can think of is to create a survey field on the task table, where you fill the survey for the task.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 04:03 AM
Do i need to create a reference field on the asmt_instance_question?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 05:54 AM
I would only do this on task.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 06:40 AM
i have create a reference field on task table that point on asmt_instance_question it display emty