How do I suppress zero percentages in a Crystal Reports chart but still keep the values for it?
I don’t know of a why that you’re going to be able to do this dynamically based on a percentage threshold. You can combine the ones that are below 10% into a single group, but only if you know ahead of times which ones they are – you need to do it based on the group itself, not on the value. If you’re interested in that approach I can help you out but basically it’s creating a specified order from the order button on the advanced tab of the chart expert. Otherwise the only solution I can think of would be to summarize these values first and then pass them to the chart as individual values so they aren’t recalculated. Ideally you’d do the summary on the database and just pass the descriptions and values into the report without the ones you don’t want to see.