This is extremely helpful for me . I have confusion. My survey will go simultaneously by different enumerator in different places. So in that case also the unique id will remain unique right????
i got it thank to you but in mobile while filling the form all the digits are not shown. And also while saving data all numbers are not recorded. Ihave tried of 9 digits
Thank you,however the formula recounts,when one makes changes to the form. Instead i will suggest use once(uuid) or you can extract 10 characters, or only 10digits or more from it. Thank you once more.
Or add this in the calculate question , regex(substr(once(uuid), 0, 10), '^[0-9]{10}$') The use the data column name to display the result in note question. This method make sense beacuse some devices time might change
There are many methods depending on your choice. This is just for a starter to have a glimpse of it. I can do more than 5 methods but it won’t make sense doing them in one video.
I have learnt a lot from your content. I have succeded in creating the unique 🆔 for my respondents. But when I go back to review the survey before submission, the unique 🆔 changes again. How do I fix this problem?
Yes. The number will change because it is generated from time. The solution is to add generic number or text to the Unique Number. for Example GHA-XXXXX-UNIQUE-NUMBER
Really helpful Thank you How if I want to code the country, hospital and participant ID like (01-02-9999) 01-country code , 02-hospital(university)code and from 0001 to 1000- participant ID
genius, thanks bro
Great video
Thanks 👍🏾
Quite interesting indeed! Pls, do u have tutorial data sharing and granting permission in kobotoolbox? Thanks
Yes. I will release it soon.
@@oluwaseunogunmolu okay, great! That'll be very helpful... Thanks
This is extremely helpful for me . I have confusion. My survey will go simultaneously by different enumerator in different places. So in that case also the unique id will remain unique right????
Yes, you can use unique number based on the province or state or local government. For Example, New Delhi can be Del-1234, mumbai can be Mum-1234, etc
mmmmmm Bro this your tutorial na Hard!!!!🤣🤣
lol 😆
How to avoid duplicate entries?
i got it thank to you but in mobile while filling the form all the digits are not shown. And also while saving data all numbers are not recorded. Ihave tried of 9 digits
Thank you,however the formula recounts,when one makes changes to the form.
Instead i will suggest use once(uuid) or you can extract 10 characters, or only 10digits or more from it.
Thank you once more.
Or add this in the calculate question ,
regex(substr(once(uuid), 0, 10), '^[0-9]{10}$')
The use the data column name to display the result in note question.
This method make sense beacuse some devices time might change
There are many methods depending on your choice. This is just for a starter to have a glimpse of it. I can do more than 5 methods but it won’t make sense doing them in one video.
I have learnt a lot from your content.
I have succeded in creating the unique 🆔 for my respondents. But when I go back to review the survey before submission, the unique 🆔 changes again. How do I fix this problem?
Yes. The number will change because it is generated from time. The solution is to add generic number or text to the Unique Number. for Example GHA-XXXXX-UNIQUE-NUMBER
Really helpful Thank you
How if I want to code the country, hospital and participant ID like (01-02-9999) 01-country code , 02-hospital(university)code and from 0001 to 1000- participant ID
thank you
Create Kobo tool with identity name in the beginning.