Hi Folks,
SO i have a requirement where i have two fields one in the data and one that comes from an externa file which is appended to the data. I need to check both and make the formula field
Fields are Source System and Count.
So this calculated field will display based on the above condition. I have Jan - Dec Count in the data. and three data sources A, B and C/
So i want to do like if [source] ="A" and [count]= 1 then [JanA] elseif [source] ="A" and [count] =2 then [FebA] elseif [source] ="B" and [count] =1 then [Janb] elseif [source] ="B" and [count] =2 then [Febb] elseif [source]= "C" and [count] = 1 then [Janc] elsif elseif [source] ="C" and [count] =2 then [FebC] else 0 endif
But I am not getting the desired output, getting all 0