Page 1 of 1

Error Number: CS1513 Error Text: } expected

Posted: Wed Feb 26, 2020 2:10 pm
by tcook004
Hello,

I am experiencing the error message in the subject line when I try and run my report. My code is below.

{Sum(((((((double)columnA + (double)columnb + (double)columnc + (double)columnd + (double)columne) * 27.0) *84.9) / 2000.0) * 39.75) + columnf)}

The conversion of each column to double is required because I cannot multiply an int by a double. Any help would be appreciated. Thanks

Re: Error Number: CS1513 Error Text: } expected

Posted: Thu Feb 27, 2020 9:03 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.