Use a repeating group to certain items of a list?

I am trying to use a repeating group to show specific items of one list (within a data thing), based on true/false or yes/no in another list.

E.g. - List one - Fruits:

  1. Apple
  2. Banana
  3. Mango
  4. Grapes

List two - Availability:

  1. No
  2. Yes
  3. Yes
  4. No

Can i get the repeating group to show Banana and Mango in the first and second cell? And no others… I have the repeating group type as text.

The datasets in my things are all lists, the first items of all lists relate to each other, as do second, third etc. I can get the text to be visible only when current cell’s availability is a yes, although the cell stays (albeit empty) rather then not displaying at all, which makes sense but leaves me with random empty cells.

Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.