Search found 3 matches

by Tusk24
Wed May 23, 2018 3:34 pm
Forum: Talks
Topic: Converting String to Integer
Replies: 2
Views: 6270

Re: Converting String to Integer

Update: I found that if I put my expression into my report as just a text field (expression) instead of as a variable, I can convert and compute the data (also using decimal instead of int) {(decimal.Parse(Estim.User_Text2)*30) *(1-(decimal.Parse(Estim.User_Text2) / 100))} This comes up with the num...
by Tusk24
Wed May 23, 2018 2:33 pm
Forum: Talks
Topic: Converting String to Integer
Replies: 2
Views: 6270

Converting String to Integer

I am trying to write an expression to convert string fields into integers. The software that uses Stimulsoft collects a large amount of data via text boxes that are actually numbers and we'd like to be able to use Math equations (+, -, *, /) on those numbers. From what I've gathered, the way to do t...
by Tusk24
Tue May 15, 2018 3:40 pm
Forum: Talks
Topic: Converting Formulas from Crystal Reports
Replies: 1
Views: 2625

Converting Formulas from Crystal Reports

We just upgraded our company software which used to use Crystal Reports and now uses Stimulsoft. We had quite a few custom reports and I'm trying to learn the new syntax in Stimulsoft. Can someone help me with this particular conversion? I had the following in crystal as an if, else statement with a...