Why does this return me 24.00 and not just 24?
if Count ({divisions.divname})> 0
then "For all divisions there are " & truncate(Count({divisions.divname}),0) & " projects"
The Count({divisions.divname}) is a summary in the report footer. The values are correct, I just want to truncate the value.
I've done totext(truncate(count({fname}),0)), tried 'fix' and others.
I'm not getting it, am I? What must I do?
if Count ({divisions.divname})> 0
then "For all divisions there are " & truncate(Count({divisions.divname}),0) & " projects"
The Count({divisions.divname}) is a summary in the report footer. The values are correct, I just want to truncate the value.
I've done totext(truncate(count({fname}),0)), tried 'fix' and others.
I'm not getting it, am I? What must I do?