invalid data recording in report

amin9 months ago

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

Anton Tananaev9 months ago

Using filtering?

amin9 months ago

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

Anton Tananaev9 months ago

No, you use filtering configuration.

amin9 months ago

can you explain how?

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

amin9 months ago

filter.zero does not filter position with 0 coordintaes

Anton Tananaev9 months ago

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

amin9 months ago

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