- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 08:49 AM
Hi All,
I have created database view for interaction and task table table.
But when trying to check no data is being displayed.
what should be the where clause?
I feel i have done mistake in where clause can someone please suggest where clause to join interaction and Task table
Thanks and Regards,
Meenal
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 10:20 AM
Hi Meenal,
I checked interaction table and there is no relation with task table.
You need a relation with task table to get data on database view.
Create a database view on interaction_related_record, interaction and task table to get data.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 08:51 AM
Hi,
Interaction relation isn't stored on the interaction table however is on interaction_related_record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 08:53 AM
Use this in where clause:
interaction_number=tas_sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 10:10 AM
Hi Sativada ,
I tried has suggested yet no luck.
Thanks and Regards,
Meenal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 10:20 AM
Hi Meenal,
I checked interaction table and there is no relation with task table.
You need a relation with task table to get data on database view.
Create a database view on interaction_related_record, interaction and task table to get data.