Hi Friends,
What is the different between if and IFs in graphical mapping? I have a requirement where I have 3 source fields Src1 , Src2 , Src3. Target field Trg1.
I need to check if Src1 ( String) is not empty then trg1 = Src1 else if Src2 is not empty then Trg1 = Src2 else if Src3 is not empty then Trg1 = Src3.
How can I acheive the above ? Please advice.
Thanks,
Teresa