Creating database view between metric result and Assessment Instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 03:27 AM
Hello community, i want to create a database view with left join between Assessment Instances and metric result to have all the result of the two tables combined.
This is an urgent need can someone help me on this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 03:45 AM
Hi @mregragui_ext ,
Why create a database view when you can "just" dot-walk from asmt_metric_result --> asmt_metric_instance:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 04:10 AM
@AndersBGS Because I need also the survey sent and not answred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 04:32 AM
Hi @mregragui_ext ,
Ok, then you could also look at the table "asmt_assessment_instance_question" which contains both question answered and not answered, and you can dot-walk to the instance if needed.
Not answered = value is empty
Answered = value is not empty
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 06:48 AM
@AndersBGS please can i access the value of satisfaction from the Assessment instances tables?
