I have a text field (in input and output). I need to multiply this field by 100 and populate the SQL database field (text).
I am using the Derived Column and here is what isn't working:
NewColumn = ((DT_STR,15,1252)((DT_NUMERIC,10,2)Column * 100))
Thanks for any help!