DDMAX Returns the maximum of the daily detail values for the date in the hour range. The hour range is set by StartHour and StopHour.
SYNTAX:
DDMAX(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:
DDMAX(C52,1,22)