Skip zero data values in analytics tables

Hi everybody!
How to Skip zero data values in analytics tables?
My version is 2.31.
Please it’s urgent

Hi @samuelkamwa

This feature was introduced in 2.31.2, but seems it is not documented.
We apologise for that and will make sure it is added.

You can change the setting via the API, with a call to /api/systemSettings
If you perform a GET, you should see the key “keySkipZeroValuesInAnalyticsTableExport”.
You can set this to true by sending a POST with a payload like

{
"keySkipZeroValuesInAnalyticsTableExport": true
}

I hope this helps you - sorry we didn’t see your post sooner!

Kind regards,
Phil

1 Like

Thank you @phil !