AKPolarBear
MIS
Crystal 7 (OEM version for Macola)
SQL database
I have built a report that sums the quantity of sales by month for a item. I used running totals based on a monthly grouping. Works correctly.
I only need to display the last total for that month, detail is not important. I see that a function called RTGET may do this but I need to install it first. I am checking on the compatibility since I use a OEM version of Crystal.
The report needs to look like:
Item number jan feb mar .... dec
12345 3 6 12 32
(where months are the sum of the quantity sold.)
Other suggestions welcomed.
SQL database
I have built a report that sums the quantity of sales by month for a item. I used running totals based on a monthly grouping. Works correctly.
I only need to display the last total for that month, detail is not important. I see that a function called RTGET may do this but I need to install it first. I am checking on the compatibility since I use a OEM version of Crystal.
The report needs to look like:
Item number jan feb mar .... dec
12345 3 6 12 32
(where months are the sum of the quantity sold.)
Other suggestions welcomed.