cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form Table with multiple rows

Former Member
0 Kudos

Hi,

I am facing problem with mutliple rows item in the table. A row which doesn't have data is occuping the space in the form. Need solution to remove the space .

i used the code in Form CALC in client.

if (HasValue($) == 0)

then $.presence = "hidden"

else $.presence = "visible"

endif

But it is not working. And also i need display a text field based on the condition.in the form How can i write code in the Form CALC. Plz help me out in this.

Thanks & Regards,

Narasimha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Narsimha,

First of all why is your blank row getting displayed?Adobe automatically takes care of this. It would display a new row only if there's flow of data in the next row. i.e. if you have a new item to be displayed in this new row.

You must check your table properties first.

For hiding fields i can help you.But I m not sure if this issue is still open.

Swar.