I am computing the average shipment dollars by the day of the month for the last 3 years. What I will end up with in my stored procedure is data like this:
Day 1 - 34000
Day 2 - 27000
Day 3 - 21000
Day 4 - 15700
.
.
.
Day 30 - 78000
Day 31 - 127000
What I would like to do is pass this table of data to Crystal Reports and somehow derive a function which describes the curve. Is there a way to do this?
Regards..
Day 1 - 34000
Day 2 - 27000
Day 3 - 21000
Day 4 - 15700
.
.
.
Day 30 - 78000
Day 31 - 127000
What I would like to do is pass this table of data to Crystal Reports and somehow derive a function which describes the curve. Is there a way to do this?
Regards..