Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: count how many empty records Post Reply Post New Topic
Author Message
kv41282
Newbie
Newbie


Joined: 06 Mar 2010
Online Status: Offline
Posts: 7
Quote kv41282 Replybullet Topic: count how many empty records
    Posted: 12 Jul 2011 at 7:14pm
I want to count how many fields are empty with using a running total.

how do i do that?

Thanx for your help!
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 13 Jul 2011 at 4:04am

this is assuming this is a string, if not you will have to change the evaluate fomrula to make sense for the type

 
name = Empty (or whatever)
field to summarize = table.emptyfield
type = count
evalaute=use a formula
isnull(table.emptyfield) or table.emptyfield = ""
reset=never
place in report footer
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.