Dataport Headline

twctwc Member Posts: 28
Hello,

I'm programmin an exporting Dataport.

How can I export the Headline?
(One field of the Headline should be "computed", that is, is dynamic, but this should not be the big problem)

Thank you!

Regards,
Tommaso
Tommaso Cereghetti
IT-Consultant

Comments

  • KowaKowa Member Posts: 925
    Use an Integer DataItem ( one iteration, as used in the reports e.g. PageLoop in Report 206)) above the DataItem for the table to be exported and set the DataItemSeparator in the dataport properties to just one "Newline" instead of two.
    In the Integer Dataitem create variables for the dataport fields and assign values to them in the OnBeforeExportRecord Trigger.
    Kai Kowalewski
  • twctwc Member Posts: 28
    Thank you!

    Regards,
    Tommaso
    Tommaso Cereghetti
    IT-Consultant
Sign In or Register to comment.