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

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)

 

 

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]00-9]{0,3}|10000)$


Leave a Reply