Date Validation on Side-to-side | XM Community
Solved

Date Validation on Side-to-side

  • 5 November 2018
  • 1 reply
  • 13 views

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.

!
icon

Best answer by LaurenK 4 December 2018, 00:28

View original

1 reply

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

Leave a Reply