-
New Feature Request
-
Resolution: Unresolved
-
Minor
-
None
-
3.4.5rc1
-
Linux
When I use the function count() I'm more often interested in the times that it becomes a certain value.
Instead the value increases as well when that value is maintained.
This way it becomes dependent on the interval.
Most of the time I'm only interested in the times it becomes that value. If it stays that value and the count() increases it spoils the meaning.
Of course the current behaviour should stay the default behaviour.
I suggest an extra parameter to enable this.
I'm also interested in some workaround to do this now.