Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for passing those along, Emily! The first is more applicable, but the second makes sense. I'm actually kind of surprised the first thread didn't come up when I searched for solutions. But given that the thread is over a year old, there's not much we can really do with it (other than up-vote b...
Thanks for the answer, Frank. It's a shame it can't be cleared out. Oh, well!
When you 'Send [a] Sample' from Marketing Activities or Design Studio, a list pops up of any previous entries I've used under 'Send to:'. Is there any way to clear out this list? I can't find a way to do so.
Marketo Resource: Email Scripting » Marketo Developers Velocity Resource: VelocityTools - Summary The trick in your question is knowing that number.curency() returns a pre-determined format. So, if you try and use something like a math.roundto(), or number.integer() it won't work.But what you can do...
Perfect! That got me exactly what I needed (although I had to figure out which library to use, $number.currency() is easy enough!). For anyone else who's wondering, you just create an email script something like: {{my.Format Currency}} and then just do something like:## First, covert the variable to...
So, I've setup our currency format as $10,000.00 (Admin > Location Settings) and I have a variable/token that is a currency. But when I use that currency, it's always formatted as "10000.00" when inserted as a token in an email--no $ or comma. Any ideas how to fix?