Custom numeric validation -- Right column needs to be greater than left column | XM Community
Skip to main content
Solved

Custom numeric validation -- Right column needs to be greater than left column

  • October 1, 2020
  • 1 reply
  • 34 views

Forum|alt.badge.img

I have matrix table with two numeric text inputs. Is there anyway I can validate my table so that the right column needs to be a higher number than the left column?
Screen Shot 2020-10-01 at 10.18.34 AM.png

Best answer by TomG

You can use a piped value in the right side of the validation condition. For example:
Statement 1 Scale Point 1 less than ${q://QIDxx/ChoiceTextEntryValue/1/2}

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • October 1, 2020

You can use a piped value in the right side of the validation condition. For example:
Statement 1 Scale Point 1 less than ${q://QIDxx/ChoiceTextEntryValue/1/2}