Is there a rule to say if any text box is empty in a table?

  • 11 May 2016
  • 1 reply
  • 0 views

Userlevel 3
Badge +16

Hi,

 

At the moment, I have a 2 tables with 3 Text Boxes in each table.

 

I want to only make table 2 visible if all 3 Text boxes in Table one have been filled.

 

Instead of doing an advanced rule which says if text box 1 or text box 2 or text box 3 are empty then do this...

 

Is it possible to do a rule which says "If any text boxes within Table 1" are Empty?

 

Reason I ask is that i will eventually have 10+ tables (each with 3 text boxes) and therefore the rules will take some time to complete.

 

Thanks

 


1 reply

Badge +7

Hi,

 

Can you define a regular expression pattern which will verify whether the textbox is empty or not. If its empyt it will throw you the error warning. If there is any warning messages you dont disply the table.  Below is the regular expression which validates if the textbox is empty or not and event it validates if the textbox contains empty spaces.

 

10908iEEBECD924F6DA683.png

 

Hope it helps!

 

Cheers,

Prajwal Shambhu

Reply