ryanwee510
9th December 2008, 08:12
I have a question, for example: the report is select the table A, so item 01,02,03,04,05 will be selected.

let say, if table A only exist item 01,02,03, and 05 in the table, so the report only print 01,02,03, and 05 item. How i make it item 04 appear.

Because this report is customize by previous user and quite complicated. and also I cant use after.field to do because the item more than 30. So i unwilling to change it more.

So is that have other method done it?

Thanks.

_Ralph_
9th December 2008, 12:31
honestly,

I do not understand your problem. Could you explain a little more?

mark_h
9th December 2008, 15:34
Is it the report or the session that selects the items? Which ever it is put it in debug mode to trace through the code - find what is skipping the item or preventing it from being printed. We really can not give a better answer - without source code and without knowing what data elements are set on item 4. Your best bet is to debug the code and eliminate whatever is causing item 4 to not be printed.

Hitesh Shah
9th December 2008, 18:43
As Mark also pointed , U should have at least 1 rprt_send with item 04 in order that report sort breaks are generated and before/after field are printed . U may skip to print the detail line of item 04 with lattr.print set to false (if so required ) .

smusba
19th January 2009, 09:02
Dear ,
how did u solve this problem... Can u forward me the script bcoz i'm facing same problem...

ryanwee510
21st January 2009, 04:06
hi, i havent settle this problem :(
unable to help you