I have a very complicated survey in my XLS form where I am trying to display a field (question
IF an answer is selected from a previous question (question A). Question A has 58 different options to select. Question B can display if any of 32 of those 58 options are selected. Is there a more efficient way to write out this Relevant statement? I have looked into pulldata() with hopes of having all of those 32 different options on an external CSV and then based on answer to Question A reading the CSV to see if that option exists. Any tips on this?