Print Page | Close Window

Sum Of String Field

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4234
Printed Date: 08 May 2024 at 12:43pm


Topic: Sum Of String Field
Posted By: arindamdat
Subject: Sum Of String Field
Date Posted: 11 Sep 2008 at 11:53pm
Hi I have a Report Field which is showing some quantity.But the datatype of this field is string.
How can I show the sum of this field in every group footer?

-------------
Arindam



Replies:
Posted By: AntDC
Date Posted: 05 Jan 2009 at 6:52am
Create a formula field...........Say fVal


fVal := ToNumber(YourStringField)

and then total that



Print Page | Close Window