Newbies hnickm Posted October 23, 2015 Newbies Posted October 23, 2015 Newb here. I have a database of neighborhoods. Each record has the house number (address) for each house in the neighborhood in a repeating field. There is another repeating field with status (no work, in progress, done). I'd like to get a pie chart for each neighborhood showing the percentage of the status field of the three categories. I made a list field for the status field, but I can't get a pie chart showing the percentage of each of the three status categories. Any help appreciated. Thanks, HNick
LaRetta Posted October 23, 2015 Posted October 23, 2015 (edited) Hi! Welcome to FMForums! :-) Repeating fields are not the tools for this, as you have quickly discovered already. Each house should be a record in a Houses table and they would hold the NeighborhoodID from the Neighborhoods table along with the house Status field, creating a one-to-many structure (many houses to one neighborhood). Once your structure is straight, a pie chart of Houses would be simple. Edited October 23, 2015 by LaRetta
Newbies hnickm Posted October 23, 2015 Author Newbies Posted October 23, 2015 Thanks LaRetta, I knew I was doing something wrong, but not what. I will take this approach. HNick
Recommended Posts
This topic is 3658 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