breicher Posted September 29, 2004 Posted September 29, 2004 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
-Queue- Posted September 29, 2004 Posted September 29, 2004 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.
breicher Posted October 1, 2004 Author Posted October 1, 2004 I've got multiple files involved. One for PC, one for monitors, 1 for rooms. Where would I create the relationship and count fields? Thanks, Brad
Recommended Posts
This topic is 7621 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