Hi all,
I have 3 input tables X,Y,Z with a common field BUS_UNIT and the target table (T) has column BUS_UNIT aka 'A'. It should have unique values of all the three columns combined from X, Y and Z. I am using UNION and UNIQUE nodes for this. Now the target has other column B and C, which should contain values YES/NO. If the value in target column 'A' (BUS_UNIT value) exist in Input table X, then value in target Column B is YES, else NO.
For Column C in target table T, Yes/No values should populate if the value in column 'A' (BUS_UNIT) exists in input table Y. No if it doesn't. How and where should I write the formula for this?
Attaching an image for better understanding. TIA