Tuesday, February 12, 2013

Table Row (hide or visible) visibility




Table Row visibility

The following code will show the empty row when the table having less than three rows. The value of the table more than three rows mean the empty rows are not showing in the table.












The code is:
=Iif (CountRows()>3, true,false)

We can do the same as for any no. of values we want to display or hide the table rows.

No comments:

Post a Comment