Looks to me like `AMT_REM` is already a `String`, ...
# suitescript
e
Looks to me like
AMT_REM
is already a
String
, so
?string
wouldn't do anything. Perhaps you want to force it to be a number in your dataset? Or try
?number?string.currency
d
This worked
but i dont want currency symbol so i changed it to ?number and removed ?string.currency
@erictgrubaugh but I want a comma-separated format
e
Then I suggest reading the documentation and finding the appropriate format name or custom specifier
💯 1
d
sure thanks