|
Dear all,
I have plotted a bar chart which has x axis as the number of weeks. In
my dataset that i pass to proc gchart i only have data for week2,
week3, week4, week5, and week6. However i still want the week1 to
appear in my bar chart with nothing plotted at week1.
i tried to create a record for week1 in my dataset before passing it
to proc gchart but the log is showing error. there are 2 records for
each week. So i created 2 records for week1 with all other values set
to missing. Is there a better way to handle this?
ERROR DETECTED IN ANNOTATE= DATASET WORK.ANNO.
NOTE: PROBLEM IN OBSERVATION 1 -
DATA SYSTEM REQUESTED, BUT VALUE IS NOT ON GRAPH 'SUBGROUP'
A
NOTE: PROBLEM IN OBSERVATION 2 -
DATA SYSTEM REQUESTED, BUT VALUE IS NOT ON GRAPH 'SUBGROUP'
B
Regards,
|