If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > null field in crystal report

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-11, 05:33
phemie phemie is offline
Registered User
 
Join Date: Jan 2011
Posts: 3
null field in crystal report

Hi everyone

I have a number of fields with null values on my crystal report, what i want is to change this null values to show 0, please how do I go about this? Any response would be appreciated.
Reply With Quote
  #2 (permalink)  
Old 06-11-11, 07:39
yelra05 yelra05 is offline
Registered User
 
Join Date: Jun 2011
Posts: 4
use formula

Please create a formula and display it:

if isnull({table.field} then
0 else
{table.field}

Thanks,
Krishnam
Reply With Quote
  #3 (permalink)  
Old 07-21-11, 16:47
lpremus lpremus is offline
Registered User
 
Join Date: Nov 2007
Posts: 15
Quote:
Originally Posted by phemie View Post
Hi everyone

I have a number of fields with null values on my crystal report, what i want is to change this null values to show 0, please how do I go about this? Any response would be appreciated.
the reason you have null values because there isn't anything to report. if you want to report zeros then your source should have the zeros.

or

you can right mouse click on field then got to format field (is the field a number) then you can click customize field and change show zero values as (see choices)

also getting a reference book helps......
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On