Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
Is the property you are using a global property? If not, then you are referencing that property wrong. The easiest way to get that property is to right click in the editor, select Get Data, and select the property you want.
<web:FromCurrency>#FormatStringDate(${Properties#Account},GHC)</web:FromCurrency> replaced ${Properties#Account} with the correct value when I tried.
Regards,
Marcus
SmartBear Support
Is the property you are using a global property? If not, then you are referencing that property wrong. The easiest way to get that property is to right click in the editor, select Get Data, and select the property you want.
<web:FromCurrency>#FormatStringDate(${Properties#Account},GHC)</web:FromCurrency> replaced ${Properties#Account} with the correct value when I tried.
Regards,
Marcus
SmartBear Support