I have a query that I'm doing a {select top 10 * from table1}, when I run my query in query designer I'm gettting all 10 rows back, however, when I bind the query to my chart, I'm only seeing the first 5 rows, however, I'm seeing 10 bars in my bar graph. so its something like this
title 1 - bar for total
bar for total
title 2 - bar for total
bar for total
title 3 - bar for total
bar for total
and so one, is there in the report itself preventing me to see all 10 items and the total for each item?
(i didn't create the report, just binding data to it)