Expand my Community achievements bar.

Invisible column in a table occupies space

Avatar

Level 2

I have a dynamic table on my form.

I want to hide some column in table. If in Cell properties presence is set as "invisible", it makes the column invisible but still occupies a space in table. How to remove the space of invisible column.

2 Replies

Avatar

Level 10

Set the presence property to "hidden" instead of setting to "invisible"..

Usually "hidden" setting will remove the space on the screen..

Thanks

Srini

Avatar

Level 2

I have found the work around to make column invisible and it also doesn't occupy space.

To make the column hidden following steps are followed :-

-Wrap the column/cell in subform.

-Set the presence propery of cell "Hidden (Excluded from layout)".

-Set the width of subform 0.