Side-By-Side Validation | XM Community
Solved

Side-By-Side Validation

  • 3 December 2018
  • 2 replies
  • 8 views

Badge +2
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!

!
icon

Best answer by TomG 3 December 2018, 20:50

View original

2 replies

Userlevel 7
Badge +27
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.
Badge +2
> @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!

Leave a Reply