Side-By-Side Validation | XM Community
Skip to main content
Solved

Side-By-Side Validation

  • December 3, 2018
  • 2 replies
  • 15 views

Forum|alt.badge.img+5
Hi all, I've created a side-by-side table with 5 drop down lists. Some respondents might have enough locations to enter all five, some may just enter one. Is there a way (probably custom validation) to validate it so that the first column has to have an answer against each statement? Hope that makes sense. Any help would be much appreciated! !

Best answer by TomG

For each of the 7 statements add a Custom Validation logic set like the following with ANDs between the logic sets: IF Qxx - SBS1 Statement (Recode) - Is Not Displayed OR Qxx - SBS1 Statement (Recode) - Is Displayed AND Qxx - SBS1 Statement (Recode) - Is Not Empty Where SBS1 means pick the first occurrence (for the first column) of the Statement in the drop down.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • December 3, 2018
For each of the 7 statements add a Custom Validation logic set like the following with ANDs between the logic sets: IF Qxx - SBS1 Statement (Recode) - Is Not Displayed OR Qxx - SBS1 Statement (Recode) - Is Displayed AND Qxx - SBS1 Statement (Recode) - Is Not Empty Where SBS1 means pick the first occurrence (for the first column) of the Statement in the drop down.

Forum|alt.badge.img+5
  • Author
  • Level 1 ●
  • December 4, 2018
> @TomG said: > For each of the 7 statements add a Custom Validation logic set like the following with ANDs between the logic sets: > > IF Qxx - SBS1 Statement (Recode) - Is Not Displayed > OR Qxx - SBS1 Statement (Recode) - Is Displayed > AND Qxx - SBS1 Statement (Recode) - Is Not Empty > > Where SBS1 means pick the first occurrence (for the first column) of the Statement in the drop down. Thanks @TomG! There are around 200 options within the drop down list, so I obviously wasn't looking properly for this first time round!