Joined: 21 Feb 2013
Online Status: Offline
Posts: 2
Topic: Estimated Time in Employee Summary Posted: 21 Feb 2013 at 7:40am
Hello,
I am fairly new to Crystal Reports. To keep it simple, I need to take the empsumm.rpt use all the information there and add the estimated time (field tempxreport.doublespare4) from ActVEst1.rpt. I'm trying to combine columns of information from two different reports into one. I would greatly appreciate any help on this matter.
To combine two reports, either you have to use sub report or create a new report by combining appropriate tables.
Sub Reports :
Use report1 as your main report and insert the other report as sub report and using shared variables you can bring data from sub report to main report.
New Report : Select all tables from first report and select unique tables from second report and join all the tables and place required fields into your report. or If you can write SQL, write SQL and use add command to create report.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum