How do you create data on the fly to use in a chart?
I want to use the expression "Fractile((Interval((DayClosed-DayCreated),'dd')),##)" to calculate a set of Percentile values from say 10 to 95 percentile and present those values in a simple bar chart.
How do I create a simple set of data using my formula that I can plot in a graph?