I have a group of calculations in my workflow that are simple addition. The issue is that some of the fields may be null so I have to convert them to "0" before the calculation takes place then convert them back to null before the output so my spreadsheet isn't littered was zeros. For example:
[data1] + [data2] + [data3] + [data4] + [data5] = [data total]
in some cases [data1] may be null, in other cases fields [data3] and [data5] may be null, etc. Is there a better way to tell Alteryx to skip the nulls and just add the info that is there?