How to join sys_history_line with hr case table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 09:52 PM
I want to join sys_history_line with hr case table with lable = state. I am trying below DB view solution but it is not working. Please suggest.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:08 PM - edited ‎11-22-2023 10:11 PM
Hello @Prateek07
Do the following :-
In the Second record you wrote :- hi.set=hs.sys_id
replace yours with mine :-
hi.hs=hs.sys_id
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:13 PM
I have seen this solution on below link. But it is giving me blank values.
Thanks,
Prateek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:14 PM
Hello @Prateek07
replace your second record :-
hi.hs=hs.sys_id
like this
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:21 PM