Currency Format Symbol using Parameter

Stimulsoft Reports.WEB discussion
Post Reply
eh13
Posts: 9
Joined: Wed Sep 15, 2021 2:06 am

Currency Format Symbol using Parameter

Post 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"?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Currency Format Symbol using Parameter

Post by Lech Kulikowski »

Hello,

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

Thank you.
eh13
Posts: 9
Joined: Wed Sep 15, 2021 2:06 am

Re: Currency Format Symbol using Parameter

Post by eh13 »

In the Currency Format setup? Or do you mean I have to set an expression everywhere I want to do this?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Currency Format Symbol using Parameter

Post by Lech Kulikowski »

Hello,

I mean as expression.

Thank you.
Post Reply