Last Values

Started by kiki, December 20, 2016, 09:59:39 AM

Previous topic - Next topic

kiki

The image below shows last traffic values collected.

Traffic values in red are incorrect. How do I fix this? 


Victor Kirhenshtein

Hi,

currently the only way is to use transformation script to filter out impossible values (usually they happen when counter is reset). We plan to improve this in one of next releases.

Best regards,
Victor

kiki

Experimenting the transformation script below. Correct me if I'm wrong.
($1 > 999999999) ? 0 : $1 * 8

Victor Kirhenshtein

Yes, it's correct (assuming max value is set correctly).

Best regards,
Victor