Hi ,
i need to create a report with different page header.
Page 1 : to display Letter Head and Columns Header
Page 2 onwards to display only columns header only.
What i did:
put "columns header" under "HEADER" section
visible on ---- if (page() <> 1, 1, 0)
put Letter Head under "group 1 header - "page" "
visible on ---- IF( rownum = 1, 1, 0)
AutoSizeHeight - true, for both "header" and "group 1 header"
it almost display what i need but on the Page 1, there is a space gap, the size of the "header" section.
How can i remove the space on page 1 header.
pls refer to image for sample of page 1 & page 2