Topic: StrToInt in report?

Hello friends,


Is it possible in report designer to get the INT value of a report field?


For example:


var
   reportfieldint = integer;

begin

reportfieldint:= StrToInt('<Report."reportfield">,MasterData1');

end;

This gives me an error: "is not a valid integer value"

Re: StrToInt in report?

Hello all,


I solved what i was trying to achieve by using a calculated field in the table and using that on the report.