Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

To hide table in item level using header value as condition in adobe forms

jagadeesheluru
Explorer
0 Kudos


Hello All,

I want to hide a table which holding captions in item level incase of plant is AS01 ,

I have tried using java script and form calc but couldn't meet requirement .

when i am excecuting $.presence = "hidden " without any condition this works,When ever trying to execute by keeping condition

if ( $.record.sturcture.plant == "null") this fails.

Please can any one help me in this .

Answer will be appreciated.

Thanks & regards,

Jagadeesh Eluru.

1 REPLY 1

former_member182915
Active Contributor
0 Kudos

Hi

I am new to adobe form.

I think instead of checking in item level in adobe form , if we check internal table data in driver program and maintain and pass a variable which help to identify that plant is AS01 or not.

and tracking that variable we hide the table.

have a look

Set Visibility of Table Row on Adobe Form Dynamically by Script Code

http://sapsamplepro.blogspot.com/2012/11/hide-fields-in-adobe-form.html