in Saved search, I want to take a field that is a ...
# suiteanalytics
b
in Saved search, I want to take a field that is a number and convert to string, I've tried TO_CHAR(${field})
g
Are you trying to add a dollar sign to a currency field?
c
You don't need the
$
to indicate a variable, just need the
{}
b
wasn't working with concat, it is working now