Visual Solution to Room Usage Reporting

Slides:



Advertisements
Similar presentations
DataViews Darren Reimer. What is DataViews? 1.A customizable tool to view your data. 2.A graphing application that provides static charts or a visual.
Advertisements

Introduction to FX Stat 3. Getting Started When you open FX Stat you will see three separate areas.
1 CA201 Word Application Working with Charts Week # 7 By Tariq Ibn Aziz Dammam Community college.
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
 Go to Control Panel of your System  Click on System and Security.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Computer Applications Week 9 A New Quarter: Excel, PowerPoint, Internet Research.
Controlled Assessment
PowerPoint Tutorial Click on the down arrow on the scroll bar to the right Just a reminder to read all the instructions on a slide before doing what it.
Lecture Excel: Macros & Pivot Tables. Macros A macro is a series of commands that are stored and can be run whenever you need to perform the task.
Spreadsheets in Finance and Forecasting Presentation 9 Macros.
INFORMATION YOU ALWAYS WANTED TO KNOW BUT WERE AFRAID TO ASK!
1 Agenda Administration Background Our first C program Working environment Exercise Memory and Variables.
Remember…  Please do not…  Change the background.  Change the icons.  Change the font. Use Times New Roman (size 12 font).  Use color. We cannot print.
SharePoint document libraries I: Introduction to sharing files Sharjah Higher Colleges of Technology presents:
Computer Organization  Today we will:  Enroll in NetSchool  Set the following as “Favorites”: NetSchool home course page eGrades  Optional: Set.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
UT-Reports.
Making Python Pretty!. How to Use This Presentation… Download a copy of this presentation to your ‘Computing’ folder. Follow the code examples, and put.
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
Remember…  Please do not…  Change the background.  Change the icons.  Change the font. Use Times New Roman (size 12 font).  Use color. We cannot print.
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
Remember…  Please do not…  Change the background.  Change the icons.  Change the font. Use Times New Roman (size 12 font).  Use color. We cannot print.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials.
Teachers: If you hand back Test 4 today, tell your class you will review it with them in class on Thursday when you do the review lecture on Chapters 6,
West Virginia University Academic Scheduling April 2009.
Reporter Training for High School RIO TM
Take Your Data Analysis and Reporting to the Next Level by Combining SAS Office Analytics, SAS Visual Analytics, and SAS Studio David Bailey Tim Beese.
How to edit the P11 in PDF format June Open the file “P11 UNICEF.PDF” with Adobe Acrobat 9.3.
Introduction to Powerschool Gradebook and tienet
Data Synthesis and Analysis
Module 4: Building Reports
Text Box: We recommend at least pt fonts
Adastra v3 Reporting & National Quality Requirements
Chapter 5: Enhancing Your Output with ODS
Good Morning  Please be sure to take care of your belongings.
Warm Up 8/27 Turn in your signed Safety Contract on the front table
Focal Point Responsibilities
Room Reservation and Setup Form Templates September 8, 2016
Data Synthesis and Analysis
Mrs. Fox AP Calculus BC Room 411
Using the Excel Creation Template to Create a Variable Parameter Problem (Macro Enabled “Alpha 1.4.2”) Getting started – Example 1 Note – You should be.
Delete this box when you are done!
Jonathan W. Duggins; James Blum NC State University; UNC Wilmington
PowerPoint: Tables and Charts
Friday September 2, 2011 Objective: You will know when a bar graph is used and what the parts of it are. Homework: Study for Scientific Process Quiz.
Adding Assignments and Learning Units to Your TSS Course
Please me that you were in attendance today
Reports: Pivot Table ©2015 SchoolCity, Inc. All rights reserved.
Microsoft Office 2013 Coming to a PC near you!.
Compliance Monitoring Activities State Inspections
Success Criteria: I will be able to analyze data about my classmates.
Exempt Time Sheet & Absence Instructions
Test Review: Intro to Excel Test date Monday 11/27
KANSAS STATE UNIVERSITY
TIME LINE.
PPT Guidelines Company logo can only be shown on the cover slide
Optimizing Exam Schedules at Oklahoma State University
L.E.A. Data Technologies Introduction.
Provided by the LAUSD Food Services Division
Reporter Training for High School RIOTM
Time management Working on time management is important for all college students, regardless of where you are in your college career. It’s helpful.
Word 2007 – Tips and Techniques
Getting started – Example 1
Microsoft Excel Done by : Suaad Mohamed.
Steps to Make a Portfolio
Macro theory © EIT, Author Gay Robertson, 2019.
Maternity Workload Tool standard BOXI reports
Reporter Training for High School RIOTM
Presentation transcript:

Visual Solution to Room Usage Reporting Jerry Knutson, McLennan Community College

Please remember to turn your cell phone on after the class. Quick Reminder Please remember to turn your cell phone on after the class.

The why… SACSOC 5th Year and 10 Year Documentation Room Utilization – Especially Computer Labs Listed schedules can be hard to follow

Weekly Schedule Informer Reports Almost 20 reports that are generated automatically, on a schedule and are e-mailed to the appropriate person

Weekly Graphical Schedule Saw this at TAIR 2 years ago Adapted for our use, with our data

How did we get there Colleague Data Informer Report Data manipulation in SAS, which creates CSV files for each building R scripts which produce a PDF for each building Specialized reports for certain populations Certain Populations include computer labs and University Center

Informer to CSV Current Reporting Option More data here than these reports use… most reports have more than one purpose… At least the internal ones I use do

Minor manipulation in Excel Screen shot Excel with Macro buttons

R Script Just a snippet of one of the parts that does the drawing.

Run them all… My favorite Script

SharePoint No more e-mailing. Just copy them when they are done generating.

More to come Capacity Percentages Pending classes Colors by type of class instead of weekday Calling R script from within SAS… The next step to automation

Semester Usage Stats The process as it was How long it took Not doing that again Before I did this, and the first time I did this it was a process that was done in Excel. Data in, manipulation to calculate time periods of events, Pivot tables to consolidate data, graphs from the data The first time I completed the process it took almost 2 weeks, working on it about 30-40% of the day

The flow Informer Report to CSV data Minor Manipulation in Excel Import into SAS & Process PDF report for each building showing all of the rooms, broken down by part of day Similar to the weekly schedule, just no R

Informer

Excel

SAS Code Process Some variables that are used everywhere… change it here & everything calculates with new math

SAS Code Process Take the under bar out of section title Calculate part of day Calculate usage time as a percentage of day for each record Assign Event Types for color coding later

SAS Code Process Consolidate Conference Center Assign code to computer labs Not Shown: assign division code of ‘Other’ to University Center & non-class events

Report Code This is just the code that produces the bar chart. There are some proc format codes that apply to the output for readability

Report One Building, showing all rooms and what the use is

Special Request Someone needed to see usage by division. Adding the division to the data and cloning the report and changing it to breakdown on department instead of type took about 20 minutes total

Distribution Yes, I like SharePoint A LOT because of this

Special Thanks Collin College Collin College did a presentation on weekly schedules 2 years ago and were kind enough to share their code with me.

Jerry Knutson McLennan Community College jknutson@mclennan.edu