Hi,
is it possible or planned to implement the division of two real numbers and get a real number as result? i read the manual that the result of a division is always a integer. We're monitoring some temperature sensors, their result must be divided and the result should be a real, e.g. 196 DIV 10 should be 19.6 . With [%SuggestedReply% div 10] the result is 19.
Greetings,
jfreude
Tune up reply
How exactly are you going to compare %Reply% and %LastReply%? Using expression for "advanced mode" actions? Then it should work. Quote from the manual
Alex
RegardsAdvanced mode allows you to use logical expression as a condition that triggers the alert action. An alert action is performed when a logical expression of a condition is true. In these expressions you can use:
- numbers and strings (in quotes). Strings that contain a number plus one of the following unit specificators [ms, Kb, Mb, Gb, %] are compared as numbers, so that '900 Kb' is less than '9 Mb'
- macro variables related to the current test or to any other test;
- global macro variables;
- logical operators [and, or, xor, not, <, >, >=, <=, ==, <>];
...
Alex