fmchong
15th January 2010, 07:16
Dear Baan Experts,
I am facing report customization problem. Please refer to attachment for more details.
Problem:
2 grouping 1) Project ,CPRJ accending 1
2) Activity ,PSEL accending 2
after the total amount of the activities by project but in the second page the last activity still appear even the total amount already output.
Please advise
Thank you very much
amitmmokashi
15th January 2010, 08:31
Hi,
As per your document, the layout before.field.tpest200.cprj.4 must be getting executed as the ouput expression is set to 'not lattr.break'.
lattr.break : A boolean that is set to true during printing of before.field layouts when the layout is printed as the result of a sort field change. It is set to false when a before.field layout is printed because of a page break.
Regards,
Amit
fmchong
18th January 2010, 05:24
Hi,
I still not understand? even i take out before.field.tpest200.cprj.4 the activity 10000001 Procurement still appear in page 2.Please Help...
Thank you
mark_h
18th January 2010, 16:05
If you take out that layout and still get it in the report. Then I recommend compiling the report in debug mode and finding which layout is still printing the field. It has to come from an existing layout. Puttting the report in debug mode you can step through it and see which layout gets printed when.
fmchong
19th January 2010, 05:06
Dear Mark,
The layout still printing is this before.tpest200.psel.1 .
Please Help.
wiggum
19th January 2010, 12:59
Add lattr.break to the output expression of before.tpest200.psel.1 because the printing of this layout on second page based on a page break.