Hi,
i have an item "testitem" which both incerease and decrease over time, and i want its delta.
i have tried it with adding a new calculated item "testitemdelta" with Formula
and store as delta (simple change).
if testitem increases, testitemdelta shows its change correctly, but if testitem decreases, testitemdelta gets 0, instead of a negative value.
how can i get correct negative delta values?
i have an item "testitem" which both incerease and decrease over time, and i want its delta.
i have tried it with adding a new calculated item "testitemdelta" with Formula
Code:
last("testitem")
if testitem increases, testitemdelta shows its change correctly, but if testitem decreases, testitemdelta gets 0, instead of a negative value.
how can i get correct negative delta values?
Comment