- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to add comma(,) in the quantity in an invoice template?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Commas can be included in the quantity in an invoice template as below example:
{MERGEFIELD QuoteRatePlanCharge.Quantity \# #,##}
This will give output as: 36,000,000 for Quantity 36000000.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Commas can be included in the quantity in an invoice template as below example:
{MERGEFIELD QuoteRatePlanCharge.Quantity \# #,##}
This will give output as: 36,000,000 for Quantity 36000000.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: How to add comma(,) in the quantity in an invoice template?
Hi Jyoti,
I want to excluded commas in invoice template (word), for example Zuora set 1,200 in QuoteRatePlanCharge.Quantity but we want 1200.
what is the function to use in word ?
Best regards,
Nicolas