We have reports where the currency value needs to be displayed with the appropriate currency symbol. We can provide each row with the currency code and the currency symbol.
How do we construct a dynamic format
The Base format is #,##0 ;[RED](#,##0); how can we dynamically insert the currency symbol in the format so it ends up like $#,##0 ;[RED]($#,##0); or €#,##0 ;[RED](€#,##0) utilizing the value of currsymb in the row?