I am looking to set up a histogram type serial chart in a dashboard using data from one field which comes in as integers ranging from 0 to 45. For example, 5 records might read like the table below. What I am looking to do is count the values in this field grouped by a range, say 0-10; 11-20; 21-30; 31-40; 41 and above. So my final results would look something like this, 0-10 = 1; 11-20 = 2; 21-30 =1; 31-40 = 1; and 41 and up = 0.
Is this possible to do in a dashboard?
Thank you for all your help in advance.
Adam