BookmarkSubscribeRSS Feed
jb9977
Fluorite | Level 6

Hello every one,

 


I have data as follows


report_dt        New  incomplete       comlete     pending       referrals          incomplete_gt_5         incomplete_lt_5


19sept2017   5000      4000                 1000        100                  60                        9000                   4500

 

 

 

How can create a graph similar to attached using proc sgplot

 

 

Thanks,

Jay

1 REPLY 1
Reeza
Super User

Transpose it to a long format using PROC TRANSPOSE.


Then use PROC SGPLOT with VBARPARM statement to create a bar graph.

 

This example is more complicated that what you need but it should give you the idea.

 

Colours are controlled by the STYLE tempate, which you can change or you can explicitly set them to what you need using a STYLEATTRS statement.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 727 views
  • 0 likes
  • 2 in conversation