DDCNT Counts the number of daily detail values entered for the hour range. The hour range is set by StartHour and StopHour.
SYNTAX:
DDCNT(Cx,StartHour,StopHour)
where :
Cx is a conditional variable x
StartHour defines the hour to start gathering data for the calculation, using a 24 hour time designation
StopHour defines the hour to stop gathering data, which includes data to the end of the specified hour
EXAMPLES:
DDCNT(C1,1,10)