Quote from
Brian on December 14, 2022, 10:36 am
I actually found the solution after I posted this, so - if anyone is looking - this is what we used for the format:
Number(%value%).toLocaleString('en-US',{style: 'currency', currency: 'USD',})
Brian.
I actually found the solution after I posted this, so - if anyone is looking - this is what we used for the format:
Number(%value%).toLocaleString('en-US',{style: 'currency', currency: 'USD',})
Brian.