In a basic configuration, the condition is expressed as :
<FieldName> <Operator> <Value>
For example :
DownTimeDuration > 10
Operators
Operators appropriate to Numbers can be selected :
Field formatting
In addition to the basic configuration, a formatting function can be applied to the numerical field while the comparison is made :
This way, the filter condition will be :
<Function>(<FieldName>) <Operator> <Value>
For example :
Abs(DownTimeDuration) > 10
Values
Static values
The “Edit values” button can be check/unchecked manually :
When the “Edit values” button is un-checked, a value can be selected from current values in the database :
When the “Edit values” button is checked, a value can also be entered as text, or using the up/down arrows to increase/decerease :
Dynamic filter values using Parameters
Instead of comparing to a static value, it is possible to compare to a dynamic Parameter that will depend on actions inside the Dashboard.
For this, select “Use Parameter” and see the Chapter about Parameters.
Post your comment on this topic.