Professional > Interview scripting > Writing interview scripts > Filtering questions and response lists > Filtering loops > Filtering the questions in a loop (ask some questions, but not others) > Filtering by repetition and question
 
Filtering by repetition and question
You can combine repetition and question filtering on a loop to ask a subset of questions for certain repetitions only; for example, about the number of portions of fruit and salads eaten at the weekend:
TimesEaten[..].QuestionFilter = "Saturday, Sunday"
  TimesEaten.QuestionFilter = "Fruit, Salads" TimesEaten.Ask()
See also
Filtering the questions in a loop (ask some questions, but not others)