Newbies nealperk Posted April 10, 2011 Newbies Posted April 10, 2011 Is there someone willing to help me figure a solution to get a report designed like the one I have attached. It is based on 4 tables and needs to be easily produced every day by novice users. It is a daily job sheet for my crew. The description field in the JobLineItems table is sometimes lengthy so I am trying to base the layout on this table so I can incorporate sliding. When I try to use the Jobs (parent table) with a portal based on JobLineItems I have to make ALL of the rows extra large to anticipate only a few lengthy descriptions. Other problems are how to easily produce the essential criteria for the report which is the SheduleDate field, ScheduleFrom field, ScheduleTo field. I am trying to switch over from Access/SQLServer but I am finding the lack of direct manipulation of data sources to be very frustrating. Is there anyone that can help? Thanks - I have attached a sample report that I designed in Word.JobsheetExample.pdf
comment Posted April 10, 2011 Posted April 10, 2011 You should be printing a list from the JobLineItems time, sorted and sub-summarized by: • Jobs::ScheduleTimeFrom • JobsID (assuming some jobs can be concurrent) needs to be easily produced every day by novice users That shouldn't be an issue: create a script that goes to the report layout, finds the line items for today (or any other day), sorts them and prints. Then all they need to do is press a button (and optionally supply a date).
Newbies nealperk Posted April 10, 2011 Author Newbies Posted April 10, 2011 You should be printing a list from the JobLineItems time, sorted and sub-summarized by: • Jobs::ScheduleTimeFrom • JobsID (assuming some jobs can be concurrent) That shouldn't be an issue: create a script that goes to the report layout, finds the line items for today (or any other day), sorts them and prints. Then all they need to do is press a button (and optionally supply a date). I have tried that, but when I first browse the report it looks ok - then when I do a find based on the scheduleddate field the fields dissapear from the subsummary part leaving only the body and header showing. Is there anyway for me to send the file so you can check it out.
comment Posted April 10, 2011 Posted April 10, 2011 Sub summary parts show only when records are sorted by the field named in the sub-summary part. Please update your profile to reflect your version and OS. You can attach a file here (after zipping it).
Newbies nealperk Posted April 10, 2011 Author Newbies Posted April 10, 2011 The sub summary parts are sorted with the break field but they dissapear for some reason. ArborFiles2012 - Copy.zip
comment Posted April 10, 2011 Posted April 10, 2011 There is no Sort Records step in your script. You must sort the records by the same fields named in your sub-summary parts.
Newbies nealperk Posted April 11, 2011 Author Newbies Posted April 11, 2011 I guess the part of the dialog that says subsummary "when" sorted should have told me that. Thanks
Recommended Posts
This topic is 4975 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now