‎2008 Oct 24 5:03 PM
HI 1
I have a report in list display. which has the header with headings of the report and under which the report follows i.e , in header , material , plant , item,net price ect is mentioned and the detaisl about it follows under it. Now when I scroll down the report the headerr details alos scrolls up and it becomes difficlut to see what is against what if I have come down in the report as the header has vanished upwards on scroll. How do I make my report header static at one place and teh items just scrolls under it so that w ecan easily locate what is against what.
Thanks
Aarav
‎2008 Oct 24 5:26 PM
Hi,
It sounds like you must have used the WRITE statement to output your list headers. Instead, use the "List Headings" text element attributes. From the editor use menu Goto -> Text Elements -> List Headings, and enter your column headers there instead.
Regards,
Jamie
‎2008 Oct 24 5:26 PM
Hi,
It sounds like you must have used the WRITE statement to output your list headers. Instead, use the "List Headings" text element attributes. From the editor use menu Goto -> Text Elements -> List Headings, and enter your column headers there instead.
Regards,
Jamie
‎2008 Oct 24 5:57 PM
SO you mean to say that I ahve remove the write statements from my reports and add teh column headings in the list headings side by sude in the row mentioned there , but my headings are in three lines one under each other . If you run ME2M report and see a output in list display then you will see that the header is constant and the item sunder it move , that is how I wnat it to happen in my report too. Kiundly suggest please.
Thanks
‎2008 Oct 24 6:06 PM
Hi,
Output your headings (using WRITE statement) in the TOP-OF-PAGE event.
Regards,
Jamie
‎2008 Oct 24 8:37 PM