invalid data recording in report

amin5 months ago

invalid data recording in report. how can eliminate it from reporting?

Anton Tananaev5 months ago

Using filtering?

amin5 months ago

yes.or other way. i just wanna eliminate invalid data from my report. do i change code?

Anton Tananaev5 months ago

No, you use filtering configuration.

amin5 months ago

can you explain how?

amin5 months ago
    <entry key='filter.enable'>true</entry>
    <entry key='filter.future'>86400</entry>
    <entry key='filter.zero'>true</entry>
    <entry key='filter.invalid'>true</entry>

filter.invalid and filter.zero does not working.

amin5 months ago

filter.zero does not filter position with 0 coordintaes

Anton Tananaev5 months ago

It does for everyone else, so you probably have something else in the configuration that breaks it.

amin5 months ago

i have default configuration and i dont know what do i change.