cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script events in SA adobe forms

Shabana23
Explorer
0 Likes
501

Hello There,

 

I have a requirement where I need to hide a row in adobe forms based on one of the value of the row using javascript or formcalc events. I have tried the below code snippets still not able to achieve the requirement. If anyone have clear idea on this please help me out on what I am missing. Thanks.

Shabana23_0-1719125625799.pngShabana23_1-1719125653629.png

The value of field while I am checking it is printing as '1List Price' even though it is not getting hide.

Thanks in advance.

Regards

Shabana

 

Accepted Solutions (0)

Answers (1)

Answers (1)

PascalBremer
Product and Topic Expert
Product and Topic Expert
0 Likes

If you want to hide an entire row based on a specific data value you could also introduce a filter via table data binding.

For example if your table rows are currently bound via: $.items[*]
You could introduce a filter like so: $.items.[ATTR=="Value"]
For more information see here: https://community.sap.com/t5/crm-and-cx-blogs-by-sap/data-binding-with-repeating-items-and-complex-t...