Report |
Online Language Switch -> Technical units -> Reports -> Report |
Show all Hide all |
Doubleclicking a report in the detailview of the Project Manager opens it.
The report Liters.xrs has to be defined as shown below:
Functions
.variablerw
(doubleclick).Variable
.Fill
level
(either with a double click or with Add
).
This variable has been created in project 4.
mmin
(doubleclick).
The following text is displayed: =variablerw(Fill level,mmin,0)
The following text is displayed: =variablerw(Fill level,mmax,255)
Example |
Define the report Gallons.xrs in the same way. Here you have to use the formula: Gallons = Liter * 0.26 So the minimum is 0 and the maximum is 66.3 (=255*0.26). |