Hi @azam_iqbal,
I would try 2 calculate :
- one pulldata from file A
- the other from file B
AND then a calculate to get the first non null value : COALESCE(${calculate_A},${calculate_B})
Hi @azam_iqbal,
I would try 2 calculate :
AND then a calculate to get the first non null value : COALESCE(${calculate_A},${calculate_B})