DDLST returns the last, or newest, value of a daily detail variable within the defined hour range. The hour range is set by StartHour and StopHour.
SYNTAX:
DDLST(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:
V79 = DDLST(C72, 0,11) returns the last value found between Midnight and 11:59 AM as demonstrated below.