I have a data set that contains plant operational data and I would like to make a histogram of it. Initially, I made a query based on that field, gave maximum and minimum values for the interval of interest and let the query return the count of the number of values in that interval. This approach requires that I modify the interval limits for each bar in the histogram. Not a big deal but it seems like I ought to be able to do all intervals in a single query. My level of knowledge of how queries behave says that would only work if the count is the same in each interval. Any suggestions?
Thanks.
Thanks.