What is deference between
Pulldata and select from file
To learn more on the same, please feel free to have a look at our support article Pull Data Functionality in KoBoToolbox and Select One or Many From External File Question Type.
Similarities:
- Both these approaches use an external CSV file to load choices.
Differences:
- The structure in how an xlsform is designed.
- The structure in how a CSV file is designed.
- The
pulldatafunction automatically loads the match from the CSV file based on an identifier that you enter, while theselect_one_from_filegives you an option to load all the choices afterwords. - The
pulldatafunction is more suitable for anintegerquestion or atextquestion type while theselect_one_from_fileis more suitable for aselect_oneor aselect_mutliplequestion type. - It’s easier to manage a
cascading selectquestion in aselect_one_from_filecompared to while using apulldatafunction.
Maybe the community should be able to add if I have missed any other.
3 Likes
what about (select_one_external ) question ?
is it better ?
You could learn more on select_one_external from this post discussed previously:
