Hi,If the four elements are bound to objects in the table row, then
something like this should work on the docReady event of the Row2:if
(documentType.rawValue !== "INDIVIDUAL" && documentInclude.rawValue !==
"Y") { this.presence = "hidden";}The script will know to reference the
documentType and documentInclude in each instance of the Row2. A similar
script would be used in Row3. If the data is imported after the form is
opened, you should use the initialize event of both Row2 and Row3. Hope
tha...