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