Hi Team
Advanced PDF Template
item.netamount displays as AED 90909 ( AED nothing but currency symbol)
I tried removing currency symbol with <#assign val = item.netamount?string?replace('[^\\.,0-9]','','r') > which works properly
now i want divide the val with item.quantity. I get an error, left operand expected as number, i tried different ways to convert it to string, but doesn't help