Hello,
I am having a problem where I need to add up sales, purchases and expenses for a particular month. However the info coming through from my queries will display as in the following table where, if there is no data for a particular month it just skips to the next month that there is data for. This is a problem because when I total the information for each month it is incorrect.
If there is no information I would like the months to continue and the data to display '0'. This problem also has a flow on effect to my graphs where data is plotting in the incorrect month.
I am not sure how feasible this is given that I feel this is a limitation of my data source and nothing to do with the query/Crystal/Excel. Can anyone shed any light?
Thank you
Alicia
Sales | Month | Purchases | Month | Expenses | Month | Totals |
---|---|---|---|---|---|---|
100 | April | 50 | April | 10 | April | 160 |
30 | May | 20 | May | 40 | November | 90 |