Page 1 of 1

Currency Format Symbol using Parameter

Posted: Fri Dec 03, 2021 4:43 am
by eh13
Is it possible to set the Currency Format Symbol, using a report parameter. I.e. I have a parameter that I will set for the symbol "$" or "€". Could I use that for the Currency Format to get "$15.00" or "€15.00"? Or would I instead end up with "{CurrencySymbol}15.00"?

Re: Currency Format Symbol using Parameter

Posted: Fri Dec 03, 2021 2:34 pm
by Lech Kulikowski
Hello,

You can use the following expression:
{CurrencySymbol}{Value}

Thank you.

Re: Currency Format Symbol using Parameter

Posted: Thu Dec 09, 2021 2:32 am
by eh13
In the Currency Format setup? Or do you mean I have to set an expression everywhere I want to do this?

Re: Currency Format Symbol using Parameter

Posted: Thu Dec 09, 2021 10:00 pm
by Lech Kulikowski
Hello,

I mean as expression.

Thank you.