How can I add a new header/footer for a report(for example picking list report in delivery order) other than the header/ footer defined in the company?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In report tag put header=’False’,
eg.
it will not print the default header define in the company.
then in rml file find
<pageTemplate>tag, and replace it with your rml code.eg.
This way you can put new header and footer.