You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing issues with data elements having option sets.
Lets take example of Gender being data element and male, female being the options in the option set as follows
--male--
label: male
code: m
--female--
label: female
code: f
When data is entered in dhis instance and we want to see that data in android, we see the code of option(m) instead of the label(male).
When we are entering data,
we see the drop down showing the labels male and female, we select one and when we try to sync data,
all the other data elements sync up except for the data element with option set. And if we manually enter the code in the android app instead of label, it does sync.
The text was updated successfully, but these errors were encountered:
arazabishov
added this to the
Second version of android data capture application for DHIS2. milestone
Jan 19, 2016
Hi! Due to a lack of activity on this issue over time (7.776*10^9 ms and counting, to be precise) it seems to be stale. If there is no further progress on it, it will be closed automatically.
If this is still relevant, maybe there is something you can do to move it forward? For example provide further information in a comment, or supply a PR? Any activity on this issue will keep it open. Thanks! 🤖
We are facing issues with data elements having option sets.
Lets take example of Gender being data element and male, female being the options in the option set as follows
--male--
label: male
code: m
--female--
label: female
code: f
When data is entered in dhis instance and we want to see that data in android, we see the code of option(m) instead of the label(male).
When we are entering data,
we see the drop down showing the labels male and female, we select one and when we try to sync data,
all the other data elements sync up except for the data element with option set. And if we manually enter the code in the android app instead of label, it does sync.
The text was updated successfully, but these errors were encountered: