Hi,
What is the expression in rtmc pro to show e.g. raintotal from march or august this year?
...i just discovered a fault in the rtmc pro online help while searching for an answer.
Its the "startattime" function.
When is use the function from the help:
StartAtTime($"10/11/2018 13.35.00", OrderCollected); Server.CR1000.one_sec.temp_degf"
I get the error:
"There is an error in the typed expression. (Double quotes expected after an unquoted dollar sign) Please fix all errors before continuing".
The data is from a one minute table, backed up by LNDB.
So there must be an expression which shows the data from month august or whatever?
Ive managed to get this working, starting at the first of december, but how to enter a stop condition in this expression, lets say stop at the 5th of december at 00:00:00 ?
StartAtTime(ToDate("01-12-2018 00:00:00.00"),OrderLoggedWithHoles);Maxrun("Database:CR1000_TableOneMin.Temp")