The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Need to create Database View for merging two table LEFT OUTER JOIN

ahmadfaiz
Tera Contributor

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.

 

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

Try the setup like this:

BradBowman_0-1734097566699.png

 

View solution in original post

5 REPLIES 5

Brad Bowman
Kilo Patron
Kilo Patron

Try the setup like this:

BradBowman_0-1734097566699.png

 

hi @Brad Bowman  ,

 I tried using this method, but problem here is, it is not showing all the story, instead it is only show stories which has Change request attached to it. I want to see all the stories in this table whether or not changes request is available or not.

Did you ensure that the Left join field is set to true for the second table that has the where clause?

Yes, Because I have some stories assigned to me which I have not created any CR and those are not showing here