Search found 8 matches

by _Andy!
Thu Mar 23, 2023 10:42 am
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Re: Thousand separator . and not ,

Hello,
i don´t know a function for this business case. Can you give me further examples?
by _Andy!
Tue Mar 21, 2023 2:54 pm
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Re: Thousand separator . and not ,

Hello @Lech Kulikowski,
which function is that?
I tried several functions. The thousand separator will be changed in every case. That has to be possible in my opinion. I don´t know what else can i try.
by _Andy!
Fri Mar 17, 2023 8:25 am
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Re: Thousand separator . and not ,

The result with {Replace(Format("{0:N2}",Variable1), ",", ".")} is 48.220.00. My Target is to show 48.220,00 {String.Format(System.Globalization.CultureInfo.CreateSpecificCulture("en-US"),"{0:N2}",Variable1)} gives an error message. (see screenshot1 ...
by _Andy!
Wed Mar 15, 2023 3:00 pm
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Re: Thousand separator . and not ,

I don´t find a function which solves my problem: Format("{0:N2}",Result.OrderLineSL_Price) I tried several formulas. Target situation: 1.017,50 € Target: no change if the culture will be changed from DE to US for example. Thousand separator and decimal separator won´t be changed. Can you h...
by _Andy!
Wed Mar 01, 2023 4:08 pm
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Re: Thousand separator . and not ,

Ok, thank you for the links. But that doesn´t solve my problem. Can you give me an overview for the Format functions?
What´s the right format function for this use case?
by _Andy!
Tue Feb 21, 2023 1:21 pm
Forum: Stimulsoft Reports.WEB
Topic: Thousand separator . and not ,
Replies: 10
Views: 3541

Thousand separator . and not ,

Following format function gives a , as result for the thousand separator in English Language. Format("{0:N2}",Result.OrderLineSL_Price) Example: Actual situation: 1,017.50 € Target situation: 1.017,50 € I can´t use the standard functionalities of the Stimulsoft Report Designer, because the...
by _Andy!
Mon Dec 19, 2022 7:15 am
Forum: Stimulsoft Reports.NET
Topic: Boolen IIF Condition doesn´t works
Replies: 3
Views: 392

Re: Boolen IIF Condition doesn´t works

Hello, with this formula it works.
Thank you.
by _Andy!
Sat Dec 17, 2022 4:57 pm
Forum: Stimulsoft Reports.NET
Topic: Boolen IIF Condition doesn´t works
Replies: 3
Views: 392

Boolen IIF Condition doesn´t works

Hello, i have following problem: IIF(Result.PaymentMethodSL_dynPaymentMethod ==True,Format("{0:dd.MM.yyyy}",Result.InvoicePaymentSL_CDDate),Format("{0:dd.MM.yyyy}",Result.RPTransactions_CDDueDate) Check of the formula editor is "OK!" In the result of the report followin...