How to validate a matrix table that all fields will be completed | XM Community
Skip to main content
Question

How to validate a matrix table that all fields will be completed

  • June 13, 2024
  • 1 reply
  • 33 views

Forum|alt.badge.img+3

Hi!

Anyone knows how I can validate that non of the cells is left empty?

They should write here a number. 

I tried to add validation but it only apply it to one of the column. I want to make sure that on the level of each row, each column is with a number (both # operated and # with card readers)

 

 

1 reply

Forum|alt.badge.img+21
  • 319 replies
  • June 14, 2024

Hi @deveer2024 ,

 

Perhaps you can try using custom validation and set condition for all the options.

Assuming that the expected input is 0-10000, you can try using match regex ^([0-9][0-9]{0,3}|10000)$