I converted my string fields to Integer and performed addition but its giving me null
Can you please help?
Earlier when filelds were string by default it was appneding zero in form
@Qiu ,
After changing it to double getting error at only one select filed
@videet
Most likely at least one of your fields was not convered to integer successfully.
Do you observe any warning massage from the results panel of Alteryx?
And please check the result panel by clicking the output anchor of Select tool to see if all data is as you intended to be?
I am getting 2 warnings
1. Lost information in translation
2.Conversion error limit reached
Hi @videet ,
can you send us a data sample?
Usually, the reason is that there are some unnecessary characters. Spaces, dots, commas and are preventing Alteryx from doing successfully conversion.