I want to create pie chart on a report but I only want to the chart to display (count) certain items on the report. So I created a Formula Field:
CR Code:
If {CarType} = "Ford" Then {CarModel}
When the Chart is displayed all of the "Ford" Models appear on the chart but one additional slice appears which are the Non-Ford vehicles. How do I only display the "Ford" Vehicles?
Sample Data
Type-Model
Ford-E450
Ford-Crown Vic
Ford-Taurus
Chevy-Lumina
Jeep-Wagoneer
Ford-F150
Thanks!


Reply With Quote