Skip to Content
0
Former Member
Feb 20, 2009 at 09:26 AM

crystal reports array

53 Views

Hi,

I am displaying a bar chart that lists the number of months from january to december on the x-axis, but the bar chart only displays march-~> december. I am working off a pre-created report and in the code it uses an array to put the values into it. The code is as follows:

Global stringvar array groupby := ({?GroupBy});

select groupby[1]

...case 'Groupbymonth' ....

...case 'Groupbyweek'.....

...etc.

any ideas on why this is happening?

thanks

J