invalid data recording in report

amin7 months ago

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

Anton Tananaev7 months ago

Using filtering?

amin7 months ago

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

Anton Tananaev7 months ago

No, you use filtering configuration.

amin7 months ago

can you explain how?

amin7 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.

amin7 months ago

filter.zero does not filter position with 0 coordintaes

Anton Tananaev7 months ago

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

amin7 months ago

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