sivafdms Intermediate
Joined: 29 May 2007 Posts: 165 Topics: 77
|
Posted: Tue Nov 25, 2008 11:55 am Post subject: Delete same type of records from a file |
|
|
Hi All,
I am creating a intial reports and concatinating them into one.
sample data in final rpt
Code: | Name ID
---------- -----------
Siva 1234G56
Malli 1234VFS
Nishant 23456TF
Name ID
---------- -----------
Rama 1234333
Aizaz 1234VFS
Name ID
---------- -----------
Giri 1234444
Naveen 1234VZS |
I have want to remove those extra headers in the final report i.e. i want the final report look like this
Code: | Name ID
---------- -----------
Siva 1234G56
Malli 1234VFS
Nishant 23456TF
Rama 1234333
Aizaz 1234VFS
Giri 1234444
Naveen 1234VZS |
I am generating report using icetool.
Thanks,
Siva |
|