How to Restrict the Fractional Component from Displaying Two Values?
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
${{'%0.2f'| format(sumHST | float) }} --> User attribute
${{'%0.2f'| format(EventAttribute.totalTaxLessAllInclusiveTaxes|float)}} --> Event attribute
Was this page helpful?