How i display i search in header of employee header in repor

ahmedbaahmedba Member Posts: 424
I want to put date i search in report how i make this as this example

Employee

sales header(indention)

sales line(indention)

then i want to put shipment date in header of employee. this shipment date found in request filter field of table of shipment line when i write date i search i want it display in header of report meaning in employee header and i want to show it in all page how can i make this

Comments

  • pradoprado Member Posts: 4
    Onprereport create a text variable eg. datefilter

    datefilter := record.fieldname ;

    place the datefilter variable on the header of the report in a textbox.
Sign In or Register to comment.