I don't know if it's a bug or a feature...
Should the filter function return a new table or not?
I've encountered a problem where after applying dr(0) to the filter function's result, it returns the first row of the original table, not the first row after the function.
I think it's a bug.
Hi everyone! The LIMIT parameter isn't working in the function query. A query like this:
SELECT *
FROM utilities:variableHistory("users.username.models.modelname", "dataTableVariable")
LIMIT ?
results in the error:
Query syntax is not valid: Encountered " "?" "? "" at line 3, column 7. Was expecting one of: <S_NUMBER> ... <S_NUMBER> ...
Is there a way around this?
When receiving statistics for a day, week, month etc., the start of the period is set to 07:00:00. How can I make it 00:00:00 according to server time?
Hello. Has anyone used the Web UI Event Log component? I can't figure out how to highlight the rows in the color I want. I specified a color in the event filter (the highlight color), but the log highlighting was not applied in the web client. I tried using the element style/row color, but that didn't work either.
Is it even possible to color the log?
I have an OPC server with 297 tags. The tag values are updated every minute. I want to take these values and write them to the database using a Java script. What's the best way to do this using an absolute model?