how to hide the entire row in a simple (customised)table
4 Answers
In InfoPath you can not conditionally show/hide (or otherwise programatically affect) specific rows/columns/cells in a standard table. Your best bet is to just show/hide the fields themselves that are inside the row.
If you have other text or borders and formatting that you want to hide as well you can get really close by splitting the table up and putting that row in its own section - which can be hidden using conditional formatting.

- 3,160
- 1
- 19
- 30
For hiding you need to use the sections or repeating table. Sections are good as we can put formatting condition on them.

- 109
- 1
- 9
check out the tutorial at
http://office.microsoft.com/en-us/infopath/HA100338851033.aspx

- 9,776
- 8
- 66
- 99
If you use a control such as a repeating table, you can set up conditional formatting to hide a row that matches a condition.

- 1,668
- 1
- 22
- 39