Count of dates in report, counts all, with or without date.
In other words using count in a report, if there are 7 records in the criteria, will show 7 records.
If there are only 4 with date filled and 3 blanks one.
Here is the code used:
memb_count_for_famRec = count(famRec,grp->memb,grp->Detail)
How can I get only the count of records with dates filled only?
Any advise?
Bookmarks