Headers getting repeated for each record
I am using Oracle Reports 10.1.2.0.2.
To an existing rdf I have added a system parameter Desformat as Delimited. This gives an output .csv file in which the header is getting repeated for each record line.
I have tried using delimited_hdr as 'no', but this removes the header all together. Also, I tried to change the layout by moving the header section from the body,(here it is written on trailer), to the header but that is impacting other functionalities.
I also tried using desformat as delimiteddata but using this I simply get the records from the datamodel and not the layout.