
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 09:33 AM
I am trying to create database view for surveys. I need to add catalog task table to the view and I need help with "Where Clause". Catalog task is needed to show "assignment group" and "assigned to".
Any advice is much appreciated.
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 11:59 AM
thank you very much for you help. I added "parent" field to sc_task table and setup "Where Clause" to read ct_parent= ri_sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 09:45 AM
ct_request_item = ri_sys_id

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 03:53 PM
Thank you for the reply. Unfortunately it does not work. It could be related to our settings...
Where clause in view u_catalog_task_survey_detail_vlady has an invalid field or a field that is not visible (ct_request_item)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 12:10 PM
What reference field on the sc_task table is the parent item (sc_req_item) stored on your instance?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 11:59 AM
thank you very much for you help. I added "parent" field to sc_task table and setup "Where Clause" to read ct_parent= ri_sys_id