Hello.
I make to dynamic print text in report. But now he is taking area even if he doesn't print.
Check the yellow area. There is the area that I don't want to be if there is nothing to print.
When there is nothing to print there I want to be like this
Answers
Which version of NAV are you using?
Please explain in detail
Regards,
Bharath K
In the report layout you should be able to set the line visibility property as visible false through something like this:
=Fields![YourTextVariable].value = ""
This should assure that the line you have in your report layout is left out when the text is empty