Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

NAV 2013 Reports-Avoid blancks with empty text box

$
0
0

Hi everyone,

I am having an issue with empty text boxes in my reports.
I want to avoid the blanck space generated if the textbox is empty.

I tried to use the visibility property of the textbox this way:

=iif(Fields!CompanyAddr6.Value="", TRUE,FALSE)

and this way:
=iif(isNothing(CompanyAddr6.Value), TRUE,FALSE)

but it didn't work both ways, the empty space is still here ](*,) 
How can I get rid of it?

Thanks in advance :)

Viewing all articles
Browse latest Browse all 15740

Trending Articles