LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 19 Sep 2007 09:18:51 -0700
Reply-To:   sassql@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   sassql@GMAIL.COM
Organization:   http://groups.google.com
Subject:   ordering xaxis in bar chart question
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

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,


Back to: Top of message | Previous page | Main SAS-L page