Hi all,
I want to use the formula tool to create a field from two existing fields, the calculation of the field will be like
let say the field is "C" , from existing fields " A" and "B"
C=A-B iff A is greater than B
else C=B-A ; B is greater than A
This is pretty easy in any programming language , i just too new to alteryx
How do i go about to get this formula;
thanks