Visualisations in Android App

Hello,

We have entered some data in Android App and we created some visualization for this data.
When we do sync, we are unable to see the data which is present for that visualization from any other device (like data entered from web or other device) in the android app.
Only the data entered though the device is being reflected in visualization.
May I know if this is expected?

Thank you!

1 Like

Hi @Katta_Nityapriya! Thank you for your question.

You are correct, that is the expected behavior. Visualizations only work with local data and if you want to see the newest data, you’ll have to sync data on your device. Here you can find more information: Visual configurations - DHIS2 Documentation

Please let me know if you have any other question.

2 Likes

Hi @nancyesp Thank you!
I have synced the data many times. But I’m not getting all the data that is present in the web. Some data is missing

Does your user have access to the entire org unit tree? The amount of data being downloaded will depend on different configurations such as org unit access or the sync parameters on the app. The sync parameters can be set in the Android Settings Web App as well.

2 Likes

Hi @nancyesp,

What do these numbers: Events: 65/900 TEI: 384/400 mean under sync parameters?

Thanks

Hi @hernandezmachava

Thank you for your question,

  • The numerator indicates the number of Events (for event programs) or Tracked Entity Instances (TEIs) that have already been downloaded to the device.
  • The denominator represents the maximum number of events or TEIs that the app is configured to download, based on the sync settings.

This helps to track how much data has been synced relative to the configured limits.

Let us know if you need more clarification!