Hi team,
Im creating a tracked variable in order to track content,max,avg and minimun individually per object and when i tried to get the minimum always is 0. there is a way that the tracked variable provide a the second lower value? could i get the second minimum value? is possible to do it without use the warmup time?
The code below is how I create the variable at reset for several objects using "usercommands" on reset.
treenode labelNode=current.labels.assert("ItemQty");
TrackedVariable.init(labelNode,STAT_TYPE_LEVEL,0);
thanks a lot