Hi,
I have a workflow where I perform calculations on multiple columns and in order to do so, all field types must be double. Before I output, I convert all fields to string. In my output, I need all records that equal 0 to be replaced and output as empty. I tried using the multi field formula tool using this formula
if [_CurrentField_] = "0" then " " else [_CurrentField_] endif but it would not work. Any suggestions??
Thanks in advance.