August 9, 201213 yr Hello, I am in a bit of a pickle and I was wondering if someone can help me out. I am working on a database and I need to do some charting based on the values input from a value list (and I absolutely have no clue on how to tell FMP to go ascertain how much of each the user input) and I need the chart to change based on filtering (which is done with a button to exclude certain values based on a certain criteria, e.g. excluding items which I acquired for free or items that went unsold) and I was wondering if that would be possible and how? Any pointers? Thanks in advance. Test.zip
August 9, 201213 yr I am not sure what your exact question is but if I am guessing perhaps you are looking for something like this? Test_pie.zip
August 10, 201213 yr Author Thank you very much, I think you got exactly what I wanted to achieve and with your help I was able to implement the script and functions into my database. I would like to ask another question though, in the chartI have plenty of categories and I am more interested in the more relevant ones (big percentages) rather than the very small ones (small percentages) otherwise the whole chart ends cluttered with too much non-relevant data. Is there anyway to tell FMP instead of presenting tens of slices to "group" the percentages smaller than X into a single "Misc" entry? I mean, instead of having: A: 70% B: 25% C:1% D: 0.1% E 0.9% F:3% to get: A: 70% B:25% Misc:5%
August 10, 201213 yr Author I figured my problem's similar to this one: http://fmforums.com/...-label-problem/ and I also figured I should have found a way to include values below 5% into a "misc" slice. Problem's I have no idea where to start, any pointers?
August 12, 201213 yr Author Hello, I finally managed to create a decent pie-chart with the help of a forumer and it looks like the picture attached. I was wondering if it would be possible to group all percentages under a fixed amount (let's say under 5%) into a single slice "Misc". In another thread I have read that it involves the creation of several other fields and calculations but I wonder how to accomplish that. So far the graph takes data from a single summary field (s_Profit) and labels from another field with an attached value list (DE_Item Type). How to tell the program to group everything under 5% in a single misc slice? Thanks in advance.
August 12, 201213 yr I have merged your two topic about Charting. Please do not start a new topic when asking follow up questions. Lee
August 13, 201213 yr Author Sorry, I just thought my new question belonged to the calculations forum so I placed that here, didn't mean to infringe any forum rules though.
August 13, 201213 yr Try this out. You can make the pie chart not be based on the current set but rather a script that generates the figures. This file also addresses your other post.http://fmforums.com/forum/topic/85662-different-sort-order-on-the-same-layout-is-it-possible/ Tags: Custom Chart Test_pie2.zip
Create an account or sign in to comment