|
CountClockings
report function Applicable
version : 2.35
and later Summary
: CountClockings: Date
parameters are in Clarion standard date format (ie days since 1800) Time
parameters are in hundredths of a second since midnight. Options
is made up of 3 characters where : Character
1 can be: I
: Only In clockings are counted O
: Only Out clockings are counted B
: Both In and Out clockings are counted <space>
: Same as for B
M
: Manual clockings are counted B
: Bulk clockings are counted C
: Electronic clockings are counted <space>
: All types of clockings are counted Character
3 can be: P
: Only TNA (Pay) Clockings are counted A
: Only Access clockings are counted T
: Both Pay and Access clockings are counted <space>
: Same as for T Example CountClockings(Emp:Empnumber,Dai:Date,0,Dai:date,8640000,=BCP=) |
||||