Trying to get a saved search to return possible du...
# suitescript
t
Trying to get a saved search to return possible duplicate transactions based on the vendor and amount, however we're unable to group on the amount, and doesn't seem possible to convert that amount to text for subsequent grouping
b
usually you can use a formula if you need to get around this, text formulas are usually groupable
t
yeah I tried that though without success
formula text
TO_CHAR({amount})
give me invalid expression
b
that probably should work
but you can be lazier and just do {amount}
t
The result field Formula (Text) cannot be grouped. Please edit the search and omit this field or use a different summary function.
b
probably have to find a different grouping then