cancel
Showing results for 
Search instead for 
Did you mean: 

how to automatically adjust the space for the detail's

Former Member
0 Kudos

I have a detail called say 'D1' and this D1 has sub details D2,D3,D4 these D2,D3,D4 depend on D1 .For a particular field in D1 these D2,D3,D4 will be populated .My question is there a way I can make the sapce of the details D2,D3,D4 to adjust automaically among them,because there is all possiblity of having records or not having records in D2,D3 and D4 depending on the number of records they must automaticll adjust the space .........

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If there are any null values in the database then use the suppress condition for each section like

if ="" then true

and don't forget to select the option "Default values for nulls" in the formula editor at the top.

Regards,

Raghavendra

Former Member
0 Kudos

Hi Sai,

It is possible only if you apply suppress condition at Section Expert for D2,D3 and D4.

For Exaple

D1--Customer Name

D2--Address1

D3--Address2

D4--Address3

For D2, write a suppress condition in Section Expert like :

If Address1=" " then True

Write the suppress condition for remaing sections. It will suppress the section if there is no data then the space will be adjusted automatically.

Thanks,

Sastry