Date Validation on Side-to-side | XM Community
Skip to main content
Solved

Date Validation on Side-to-side

  • November 5, 2018
  • 1 reply
  • 30 views

Forum|alt.badge.img+1
Hi all! I'm currently using a side-by-side question to get input for dates and duration of activities. Is there an efficient way to validate one column for numbers only, and two columns for dates, where the second date column is later than the first. I've managed to achieve this on one line using multiple regex validations, but would like to not have to repeat that 20 times. !

Best answer by LaurenK

Hey @LaurenTaylor! Without using custom code, regex validation is the best way to go in this case!

1 reply

LaurenK
Former XM Community Team Member
Forum|alt.badge.img+13
  • Former XM Community Team Member
  • Answer
  • December 3, 2018
Hey @LaurenTaylor! Without using custom code, regex validation is the best way to go in this case!