Jump to content

Creating Reports


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

Recommended Posts

I'm running FM6 for a computer inventory database. I want to be able to somehow create reports that can tell me how many PCs are in building X, how many have a X CPU, or X RAM.

I assume this can be done but don't know where to begin doing it. Can someone point me in the correct direction?

Thanks,

Brad

Link to comment
Share on other sites

If there is only one file involved, you need three self-relationships: one from buildingID to itself, one from cpuID to itself, and one from ramID to itself. Then you create calculation fields of Count(relationship::serial). If there are multiple files involved, you'll need relationships between them, similar to those above, appropriate to each file, with Count calculations in those files.

Link to comment
Share on other sites

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