preethi
13th August 2010, 14:20
Hi all,

We have a report with a single line in detail section. In this single line we have a field which has a length of around 400 chars. So i divided the long string into multiple strings in multiple lines.

ex: instead of remstr we have now remstr1, remstr2,...remstr10

now all these fields will not have data in all cases. How can i remove the empty lines that are printed when there is no data in 'remstr1..10'


Any ideas are welcome

Thanking you in advance

steveauckly
13th August 2010, 15:21
Put them in multiple detail lines. In the Maintain Layouts session, only print if they are not spaces by putting
not isspace(remstrx)
in the Output Expression.

raghava sriram
14th August 2010, 07:36
preethi,

small doubt, you are placing all the fields in single detail or in multiple detail lines.

Regards,

preethi
14th August 2010, 09:13
thank you. i used single detail initially after placing in multiple detail it worked