cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Number of Column in a table

Former Member
0 Kudos

Hi guys,

I have a requirement that needs dynamic number of column in a tale.

It is possible to do this in Adobe forms.

Thanks,

Chirantan

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Hello. It of course is possible in Adobe.

You need to write a simple script using JavaScript or FormCalc to hide or show columns according to some special value. You will work with the presence attribute of the object. E.g. MYFIELD.presence = "visible" or "hidden" or "invisible". You will need to change your subforms content to flowed.

Use these guides:

http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_ba...

help.adobe.com/en_US/livecycle/es/FormCalc.pdf

Hope this helps, good luck, Otto