Hi,
I currently use a <wr:out> tag to display a currency value. For some currencies I have had to apply specific display patterns, as below -
<wr:out select="//currencyAmount" type=”CURRENCY” pattern=”#,##0.00 zł”/>
Is there a way that the pattern could be set from a <wr:query> variable? That way I would end up with something like this-
<wr:out select="//currencyAmount" type=”CURRENCY” pattern=”${currencyPattern}”/>
Thank you.
Regards,
Scott