Help in doing a Join on multiple fields. Join with * if it has no values.
Hi All,
I am trying to join two tables with multiple columns. A regular join but if values are missing in one of the columns it should join on all possible field attributes. If not null then consider the value in the field. Below is the example. Any help is appreciated, Thank you.