Dear All,
just starting with Alteryx and having some difficulties with a formula. I'm trying to combine two columns but i'm getting a error message malformed if statement.
When the results of vitamin c in not present then zero but when there is then combine two columns, vitamin C and the UOM (like 0,3 mg)
IF [VITAMINE_C] = 0 THEN 0 ELSEIF [VITAMINE_C]+[UOM_VITAMINE_C]
ENDIF
Thanks for the help