Is it possible to use the current value of an Item (last) and, let's say, subtract the previous value of the same Item to determine the difference in values?
Something like this:
last("hostname:itemname")-last[-1]("hostname:itemname")
Something like this:
last("hostname:itemname")-last[-1]("hostname:itemname")
Comment