- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 05:05 AM
I have two tables Story table(rm_story) and Change Request table(change_request).
to combine two table we have story.sys_id = change_request.parent
Requirement is we need to show all the story when it has change request added or not.
So that customer can we all the stories in that table and can check what are change request and what are all the Change task in that table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 05:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 10:15 AM
Can you see these stories in a list view? This is a simple Database View example, and this is the expressed purpose of the Left join field. It works fine for me in my PDI