As part of the report server functionality, Signomiks provides a set of predefined reports, described below.
THE LIST WILL BE DEVELOPED IN THE FUTURE
Presents a list of user logins to Signomix.
The report can be used on the desktop via the Data Table control.
Configuration of the control requires specifying the report class name in poly Data range
.
Example retrieving data of the last 10 logins:
last10 report UserLoginReport
Provides measurement data based on a specification described with DQL syntax.
Provides measurement data collected in intervals. Depending on the call parameters, the report can return the measurement values recorded at the end of each time interval or the increments of measurement values in each time interval.
Example retrieving the data recorded at the end of each time interval:
report IntervalReport eui 010203040506 channel temperature interval 1 hour limit 10 zone Europe/Warsaw
Example retrieving the increments of measurement values at each time interval:
report IntervalReport eui 010203040506 channel temperature interval 1 hour delta limit 10