on 2024 Jun 23 7:56 AM
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.
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
Request clarification before answering.
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 33 | |
| 17 | |
| 14 | |
| 13 | |
| 9 | |
| 4 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.