BookmarkSubscribeRSS Feed
Rick79
Calcite | Level 5

Hi—


I am on a mission to create a Dashboard using Base SAS and SAS/Graph. I am VERY new to SAS and have no experience creating a Dashboard. That being said, this is what I’m looking for…..

…..I want a dashboard that easily shows performance (visit growth, revenue growth etc) aggregate and (for the client) segmented by property name – I’m looking to display the last 12 months of trends. Also Year/Year (ex. March 12/ March 11 percentage inc/ dec) comparisons and Month/ Month comparisons (March12/Feb 12 % inc/dec) are helpful to see.

I've attached a sample of the data that I need to use.


Again, I am 100% new to this. If any one has any/write sample code to get started with, advice, assistance with the program it will be greatly appreciated. 

Thanks!

5 REPLIES 5
Jay54
Meteorite | Level 14

You have many options. This blog - Graphically Speaking - will provide you many ways you can display your data using SG Procedures and GTL.  Here is an article on how to create Bullet Graph Dashboards using GTL.  You can also use SAS/GRAPH procedures to create many types of graphs.

ChrisHemedinger
Community Manager

You can also create "traditional" dashboard KPIs with PROC GKPI.  Example here:

http://blogs.sas.com/content/sasdummy/2009/03/13/my-new-executive-dashboard/

Here's an image of the result:

http://blogs.sas.com/sasdummy/uploads/snackboard.png

As with many reporting tasks, most of the work will probably be in the data prep...

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
OS2Rules
Obsidian | Level 7

Hi Chris:

I was looking at the "snackboard" and I'm wondering how you get multiple outputs from PROC GKPI on the same page?

I assume us used HMTPANEL because I tried using PROC TEMPLATE and that would not work.

Is the complete code available?

Thanks in advance.

ChrisHemedinger
Community Manager

In my example, I used the SAS Report Builder in SAS Enterprise Guide.

http://blogs.sas.com/content/sasdummy/2012/02/22/about-sas-report-format/

But you can do it programmatically with ODS Layout, as in this example:

http://blogs.sas.com/content/sasdummy/2012/03/20/sas-program-by-processing/

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
GraphGuy
Meteorite | Level 14

What you're wanting to do will be a bit challenging for a beginner - but it can be done! Smiley Happy

I would suggest that you first focus on determining the individual graphs that best summarize your data, and answer the questions you want to answer from the data.  Once you have the individual graphs, then focus on getting them together all on the same page in a dashboard (or, you might even decide that they don't need to be on the same page!)

Here are a few re-usable graphs, created using traditional SAS/Graph, that might be useful in dashboards:

http://support.sas.com/rnd/datavisualization/dashboards/

And here are some examples of full-blown dashboards created using SAS/Graph:

http://robslink.com/SAS/dashboards/aaaindex.htm

And this new SAS/Graph book describes in detail how 2 of the graphs were created:

http://www.amazon.com/SAS-GRAPH-Robert-Allison-Ph-D/dp/1607649896/ref=sr_1_1?ie=UTF8&qid=1333974693&...

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
  • 5 replies
  • 2904 views
  • 0 likes
  • 5 in conversation