Error Number: CS1513 Error Text: } expected
Posted: Wed Feb 26, 2020 2:10 pm
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
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