Hi,
I am having 2 tables A and B. I want to select 4 measure objects - 2 from table A and 2 from table B.
I want to create a full outer join between the 2 tables in the Universe.
I want to select the 2 measure objects from table A even if the keys do’ne exits in table B and vice-verse.
How can i implement a full outer join in the Universe?