Hello. I am hiding the submit button by default. I would like to show it once the data in the form meets the following requirements.
If, in any given row, the value in the Type column = "Run" then the Good pcs needs to be greater than 0 to show the submit button. The type column is a dropdown field and the Good pcs is a line field.
I am not sure how to do the if statement to say, If Type = Run and Good pcs >0 then display submit button. (I know how to display the submit button, just not the right way to code the if statement.
Any suggestions?
Thanks