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
@videet First of all, most of your data is not Integer in nature.
Try to change to Double data type and increase the data size.
Then we can see from there.