Number Formatting Examples

Engagement amount of Number format 1000: {[EngagementFee]}

Engagement amount of 1,000: {[EngagementFee|format: “0,0”]}

Engagement amount of 1,000.00: {[EngagementFee|format: “0,0.00”]}

Engagement amount spelled out as a cardinal number. Example: one thousand – {[EngagementFee|cardinal]}

Engagement amount spelled out as an ordinal number Example: one thousandth – {[EngagementFee|ordinal]}

The Discount of -500: {[DiscountAmount]}

The Discount of (500):  {[DiscountAmount|format: “(0)”]}

The Discount of -500.00: {[DiscountAmount|format: “0.00”]}

The Discount of (500.00): {[DiscountAmount|format: “(0.00)”]}