implementation of flow devices stats (work in progress)

This commit is contained in:
Luca Deri 2016-07-02 16:16:59 +02:00
parent 9a69b0cd2b
commit 847e5954df
9 changed files with 169 additions and 9 deletions

View file

@ -271,7 +271,7 @@ end
num = 0
for _key, _value in pairsByValues(vals, funct) do
if((_key ~= nil) and (not(_key == ""))) then
value = stats_by_group_col[_key]
o value = stats_by_group_col[_key]
if(to_skip > 0) then
to_skip = to_skip-1