Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having following data in a table.
I want to calculate the Dim 3 as a result on a basis of following logic.
if the Dim 1 is associated with the Dim 2 then HUB and
if the Dim 1 is not associated with the Dim 2 then NON HUB
how I can achieve this scenario?
Thanks in advance!!
Regards,
Akshay Chavan
if(len(Dim1)>0 and len(Dim2)>0,'hub','Nonhub')