Hi,
I have some items that I need to pool at the same time (I'd like them to refresh, for example, at each minute and 00 seconds).
The reason is that I then use those 2 items on a single graph, in order to compare them, as in this graph - as you will see, those 2 items are related, but they are not checked at the same time.
Is there any way to resolve this??
Actually, this is an issue since I need to use both last values in order to create a calculated item (a hit ration on a database - green value being the "tries", and red value being "hit"). The problem is that if I poll :
- Green value at 00:00:01
- Calculated item (ration between green and red) at 00:00:20
- Red value at 00:00:50
well, then, at some point, I end up having my calculated ratio comparing values from 2 different minutes.
I have some items that I need to pool at the same time (I'd like them to refresh, for example, at each minute and 00 seconds).
The reason is that I then use those 2 items on a single graph, in order to compare them, as in this graph - as you will see, those 2 items are related, but they are not checked at the same time.
Is there any way to resolve this??
Actually, this is an issue since I need to use both last values in order to create a calculated item (a hit ration on a database - green value being the "tries", and red value being "hit"). The problem is that if I poll :
- Green value at 00:00:01
- Calculated item (ration between green and red) at 00:00:20
- Red value at 00:00:50
well, then, at some point, I end up having my calculated ratio comparing values from 2 different minutes.
Comment