Currency symbol based on currencycode

We have currency code & value,
image
We need to show currency symbol with value in UI(dashboard), how to get currency symbol based on currency code ?

We need to display a dashboard like this
image

Notes: We using Dundas Version: 7.0.2.1005

This may not be what you want to hear, but at a glance, the solution that comes to mind is using states. You’d set up a state depending on the value in the Currency code column, and in the state style you’d modify the Text entry to something like [value:C2] to make it format as currency. I don’t know how to make different currency symbols, but a little experimentation should work.