Print Page | Close Window |
Pb SUM function 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=2139 Printed Date: 17 Apr 2025 at 12:21pm Topic: Pb SUM function Posted By: BAZ187REM Subject: Pb SUM function Date Posted: 25 Jan 2008 at 6:10am
Replies: Posted By: hilfy Date Posted: 25 Jan 2008 at 3:41pm
Posted By: BAZ187REM Date Posted: 26 Jan 2008 at 2:47am
------------- XP ultimate Visual Studio 2008 (VB.NET) Oracle Ex |
Can you define montant as a number instead of as a varchar? If not, you'll have to use a formula to convert it to a number - something like this:
If IsNull({COURSES.MONTANT}) then 0 else ToNumber({COURSES.MONTANT})
You'll then sum the formula instead of the field.
-Dell ------------- Proviti, Data & Analytics Practice http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics |
![]() ![]() ------------- XP ultimate Visual Studio 2008 (VB.NET) Oracle Ex |
Print Page | Close Window
|