I'm trying to insert a chart where the overall parameter is the total number of records, and each bar in the chart is a value representing the count of a field in the record list that meets a specific requirement.
SO The maximum height of any bar is the number of records read, the actual height of any bar (there are eight) represents a value which is the count of specific records meeting a criteria.
As in if the graph represented a month of 30 days, the height of the graph would be 30, the number of Mondays, Tuesdays, Fridays within the month would be a bar.
How would I do this with the graph expert - when I try it, I can only get a value for the bars if I select a change for all records, - but all the bars come out at the same height.
Thanks !