Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4654 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

My clients have requested that I combine 3 reports into one.

Table 1 (Parent) Jobs (Job ID, Customer)

Table 2 (Child) TimeLines (fkJobID, Date, Employee, Start, End)

Table 3 (Child) EquipmentLines (fkJobID, EQID, Date, Start, End)

Table 4 (Child) NotesLines (fkJobID, NoteID, Date, Start, End)

Currently I report on each Child table.

My clients want the report to look like:

JOBID (from Table1)

Date, Employee, Start, End (from Table2)

Date, EQID, Start, End (from Table3)

Date, NoteID, Start, End (from Table4)

Should I combine Table2-4 into one large table? (would be a major rewrite), loop script to copy related records to a reports table? Or is there a better way?

What direction would you take?

Posted

Ahm... that's not what I asked. The question is how many TimeLines records does one job have - typically and at most. The same about EquipmentLines and NotesLines.

Posted

That's sort of borderline. I wanted to see if printing portals was a feasible option. Perhaps you could do it by printing from the Timelines table, with portals to the other 2 tables in the sub-summary part.

I would prefer to import all the child records into a reporting table.

This topic is 4654 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.