I have a huge data set of accidents where each row has a date. Using a table I have separated dates and found the frequency of accidents in that particular date using (count({$<ACC_DATE>}ACC_DATE)) where ACC _DATE is my field. The result lookd like the following:
1/1/2015 227
1/2/2015 195
I want to plot the histogram of the second column but I cannot because the second column is not a field it is a column of the new table which I have created.
Note: My question lies under the umbrella of a broader question "How can we plot information of crafted tables".