Dear Friends ,
I am using below code in currency symbol formula , its working fine for USD and EUR . How to display currency symbol for AED ?
if {CR_20150.CURRENCY_CODE} = 'EUR'
then
CHR(0128)
else
if {CR_20150.CURRENCY_CODE} = 'USD' then
CHR(0036)
else
''