cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Entire column in adobe form

sri6666
Active Participant
0 Kudos

Hi Experts,

i want hide one column in adobe form if there is no value on it exmpale below.

Now, i don't have value in Part number so i want output below.(hide the part number column)

View Entire Topic
0 Kudos

To hide a Table Column and adjust width of other Columns


  • As shown in figure below, suppose we want to hide a column of a table at run time based on some condition and want to adjust the width of the other columns.

  • In order to do this, write the script to hide the individual row of the table at appropriate event and appropriate location as shown below.




  • At the table level in Initialize event, add the following script indicating the new widths of the columns to be displayed (along with unit) and Zero width of the column to be hidden.


  • The output shall appear with the appropriate columns.

0 Kudos

Some useful tips in there!

When all else fails I always Google for any needed Javascripts and also hit up the official and non-official Adobe form developer forums (non-SAP)