Good afternoon! I have to make a report with the users whose traffic
exceeds 8 GB per month. I formed Daset and it works
correctly.Dataset:select coalesce(nullifna(`user`),
nullifna(`unauthuser`), ipstr(`srcip`)) as user_src,
sum(coalesce(sentbyte, 0...
Per day not to exceed the user allotted limit of 8 GB, so that there is
no possibility to check. The report works correctly if the request does
not set> 8589934592 bytes, and put a> 0. Is it possible to create a
filter with a value of bandwidth Equal...