views:

80

answers:

1

hi, i have one textbox which is displaying Address2 , if it has value then no problem, but if it has no value then it displays blank space at that portion of the report, my problem is i dont want to put any blank space if the text box has blank value for the addrees2 field.

please let me know if any solution for the same.

thanks in advance manish parmar.

+1  A: 

Right click the textbox and select Format Field

Select the Common tab

Click the Formula button next to the Suppress

Change the formula to something like

IsNull({REPORT;1.Address2}) or {REPORT;1.Address2} = ""

Click Save and Close

That should about do it.

astander
hi,thnks for answer. but still it is giving blank space on my report for the Address 2 . Any other Idea about the Same ?
Manish