https://netsuiteprofessionals.com logo
Title
g

gnuwolf

04/30/2020, 5:57 PM
..and also, say
${transaction.subtotal}
, this will include the currency symbol, how do we get the exact value only without the currency symbol
p

Paul

05/04/2020, 5:38 PM
Have you tried converting it to a string? Something like ${transaction.subtotal?string.number} https://freemarker.apache.org/docs/ref_builtins_number.html#ref_builtin_string_for_number
g

gnuwolf

05/06/2020, 1:48 AM
@Paul that didn't work butthanks for the input