Hi, Can anyone give me some advise on how to create a line chart for stock totals by month in Accpac 6 and Crystal 2010?
It has to be from the IC subledger because I want to show a seperate line for each item category. GL only has the monthly totals.
The problem is that I want to show a trendline for the last 12 months only, however in order to calculate monthly totals I have to add up all transactions in ICIVAL up until the period I'm after.
I have all the monthly numbers and they are correct but I struggle to create a line chart from them.
My monthly totals are calculated like this example for the previous month:
IF {@ICYearMonth} <= ToText(DateAdd("m",-1,currentdate),"yyyyMM") THEN
{ICIVAL.TRANSCOST}
ELSE
0
I have 12 fields for the 12 totals and no groups.
I believe creating a line chart from this does not work because these totals are not associated with any periods.
I cannot however group by period because then adding up ICIVAL.TRANSCOST does only calculate the net changes per month, not the totals.
Would really appreciate any help on this.
It has to be from the IC subledger because I want to show a seperate line for each item category. GL only has the monthly totals.
The problem is that I want to show a trendline for the last 12 months only, however in order to calculate monthly totals I have to add up all transactions in ICIVAL up until the period I'm after.
I have all the monthly numbers and they are correct but I struggle to create a line chart from them.
My monthly totals are calculated like this example for the previous month:
IF {@ICYearMonth} <= ToText(DateAdd("m",-1,currentdate),"yyyyMM") THEN
{ICIVAL.TRANSCOST}
ELSE
0
I have 12 fields for the 12 totals and no groups.
I believe creating a line chart from this does not work because these totals are not associated with any periods.
I cannot however group by period because then adding up ICIVAL.TRANSCOST does only calculate the net changes per month, not the totals.
Would really appreciate any help on this.