Page 1 of 1

Conditional hiding cells

Posted: Wed Jan 23, 2013 12:05 pm
by groo
We have a table consisted of TextBox cells with placeholders (filled through StiVarialbes), and we have a situation where certain rows need to be hidden (removed): Is it possible to do this conditionally, while moving the rest of the tables up on the page?

With a DataBand filled with a list of rows, this would not be a problem, but I don't know if it's possible with arbitrary cells.

To explain it a bit better:

Image

Re: Conditional hiding cells

Posted: Wed Jan 23, 2013 1:42 pm
by HighAley
Hello.

The components that is on the page are static. You should use Data Band and Shift Mode to move text boxes.

Thank you.