All,
I have 2 items collecting decimal data every minute. I am looking to create a calculated item to keep result of a calculation:
(item1.last_value - item1.prev_value) / (item2.last_value - item2.prev_value)
Or: item1.change() - item2.change()
I searched several previous posts and tested many combinations but cannot make it work.
Can someone please share?
Thank you.
I have 2 items collecting decimal data every minute. I am looking to create a calculated item to keep result of a calculation:
(item1.last_value - item1.prev_value) / (item2.last_value - item2.prev_value)
Or: item1.change() - item2.change()
I searched several previous posts and tested many combinations but cannot make it work.
Can someone please share?
Thank you.
Comment