Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Total and Formulas Post Reply Post New Topic
Author Message
renerm
Newbie
Newbie


Joined: 04 Feb 2011
Online Status: Offline
Posts: 2
Quote renerm Replybullet Topic: Total and Formulas
    Posted: 04 Feb 2011 at 7:13am
When I develop a "Running Total Fields"and he has no records the field is blank. I need to stay with the value 0.00 should I do?

 
Thanks
 
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 07 Feb 2011 at 3:45am
Create a formula that looks like this:
 
if IsNull({#MyRunningTotal}) then 0 else {#MyRunningTotal}
 
Use this on your report instead of the running total field.
 
-Dell
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.