Jump to content

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

Recommended Posts

Posted

Hi.

I have build a project-management system in FMP 6.0, based upon three levels: Projects, Orders and Activities. Theese levels are separate files that are related to each other. Activity to the Order-ID, and the Order to the Project-ID.

I would very much like to make a report from the Project, displaying all related Orders and Activities in a heirarchical tree structure - just like this:

Project: Description + other fields from record

Posted

Easy, start by making a ProjectID field in your ActivityDB. This can simply be a calculated field showing the ProjectID from the related Order record.

Now Sort by ProjectID, OrderID and whatever Activity fields you want.

Setup a report (in the ActivityDB) with sub-summary parts by ProjectID and OrderID.

You can substitute some other unique fields for ProjectID and/or OrderID as it may make for a more logical report if sorted by say ProjectName and OrderNumber or whatever.

This topic is 8154 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.