Back to All

Euro sign in summary calculation field?

How do I add euro sign into summaryCalculation field?

Here's my example:

formElement({
type: "summaryCalculation",
name: "totalcost",
itemTable: "products",
calculation: "{price} * {amount}",
format: "0,0[.]00",
label: "Summa"
})