Repeat Group with pull data

1. What is the problem? Be very detailed.

With a select_multiple question the user can chose 0 to 5 choices in a list of 5
I need to get data from a csv file according the selected value(s)

I Try to do such a thing with a repeat group but I get an error (not on compiling but when I use it on ODK

Is there a solution to do that ?

2. What app or server are you using and on what device and operating system? Include version numbers.

ODK Collec v1.25.1
3. What you have you tried to fix the problem?

4. What steps can we take to reproduce the problem?

5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.

I'm not super familiar with what you are trying to implement.
Have you looked at the XLSForm docs on 'How to pull data from a CSV'? It sort of looks to me like you may be mixing the XForms xml syntax into a XLSForm.

That looks to me like it should work, @Fabienne35. @danbjoseph is right that it's a little unusual to see expressions like ../code in an XLSForm but it shouldn't be a problem. Can you please share a minimal form and data file that reproduces the problem?

You're not trying to do this in a repeat that's in another repeat, are you? Is the error something about using indexed-repeat?

1 Like