Other than using a select tool and changing the data type before my table tool, is there anyway to change the data type in the table tool via column rule?
My table is currently outputting customer IDs with a comma. For example, 2904 outputting as 2,904. For presentation purposes, I'd like to keep it as 2904. I created a formula in the column rule tostring([CustomerID]) and the workflow runs fine but still outputting as 2,904.
any ideas?