Combining two tables without similarity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2017 10:59 PM
Hi,
Is it possible to create a view using two tables without similar column.
I need to combine task & new_call table to get a full list of My request.
Any idea?
Thanks in advance for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 02:04 PM
interesting just loaded new_call into my dev instance and it does NOT extend task...
we moved new call into task on our instance because.. well it makes sense.. this did create some problems and was a huge issue.. so i can't say i recomend it.. but without that it is going to be problematic to create a view of the two tables.. i may play with it a bit in my dev instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 02:23 PM
ok you CAN do a database view to link all new calls related to a task record.. by linking the data base view.. cll_transfered_to == tsk_sys_id
you could also create a database view that links users to task to new call via the caller/requested for fields but that one would be anoying to write... first link the user table.. then incident, request, problem, change etc.. .this will be annoying because the user is in different locations on each sub table...
you COULD do a user to task to new call HOWEVER that would be a VERY complex where clause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2017 07:06 PM
Hi Amalina.. did u manage to settle this problem? i have the same requirement and mind if you can share your solutions.
Regards.