Hello,
once i add comma to output through Alteryx (following formula) -
if [_CurrentField_]<0 then Replace("("+ToString([_CurrentField_],2,1)+")","-","") else ToString([_CurrentField_],2,1) endif
Issue-
all data change into string. so in my output file number come as "Number stored as text" with a green triangle sign on upper left corner.
expectation-
now i need to change all these data from "Number stored as text" to double.