Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I copy 1 part of a report to another report?

Status
Not open for further replies.

gritz

Programmer
Apr 24, 2003
14
US
Is there a simple way to get the fields from one report onto another report? I need to merge 2 reports with a lot of data and pl/sql code behind the scenes. I didn't see a copy and paste function. Is there another way to handle this without re-typing everything?
 
Run both report to .txt file then export to .xls. this is the only way you can merge the data.
 
Have you tried to copy it via Layout view?

Open the two reports after you logon; with the one from which you intend to copy opened in Layout view, click each field while holding down shift key untill all you want has been selected. On the Edit menu you will find copy, click on it. Next open Layout view where you intend to paste it (by duble-clicking on the Layout view icon ) and click paste on the Edit. You can then move things around.

I hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top