calc - count based on database value
what i need to do is count the number of records that contain a certain
flag indicator; all the other fields are using dbcalc to sum dollar
amounts. but one field is a "T"/"F" and i'm trying to determine the
number of records that contain the "T".
any suggestions?
thanks!
-martha
flag indicator; all the other fields are using dbcalc to sum dollar
amounts. but one field is a "T"/"F" and i'm trying to determine the
number of records that contain the "T".
any suggestions?
thanks!
-martha
This discussion has been closed.
Comments
this:
If Ibdataset.fieldbyname('field').value='T' Then
Ppvariable1:= Ppvariable1+1;
"martha" <~martha@balanceconsult.com> escribi? en el mensaje