Deknor
28th March 2016, 11:17
Hi all,
May i ask something?

I have some problems when print data only what I want in report.
My report contains header, detail and after field layout. My requirements only print header and after.field layout only. I don't want print the detail layout.

I already modified the output expression in detail layout which is output expression= 0. But when i modified detail layout, the data in after field become 0, no values comes out.

Anyone can help me?

Your kindness i'm really appreciated,
__________________

Ajesh
28th March 2016, 11:54
Hello there

Can you provide a print screen of your Report Sections ?(The screen containing various layouts and their output expressions).

bdittmar
28th March 2016, 12:03
Hi all,
May i ask something?

I have some problems when print data only what I want in report.
My report contains header, detail and after field layout. My requirements only print header and after.field layout only. I don't want print the detail layout.

I already modified the output expression in detail layout which is output expression= 0. But when i modified detail layout, the data in after field become 0, no values comes out.

Anyone can help me?

Your kindness i'm really appreciated,
__________________

Hello,

put a lattr.print = false in detail section of reportscript.

Example:

detail.1:
before.layout:

maybe do some selects or calculation here

lattr.print = false

You also can combine this with an if condition:

Regards

Deknor
29th March 2016, 03:55
Thank you so much. It's work..

I'm really appreciated..

:)

Ajesh
29th March 2016, 06:47
I was confused because you said you put an output expression in one layout and it affected another.

Anyways, i guess, Alls well that ends well.:)