SeETL Demonstration 01 The SeETL Workbook 1/3/2012 www.InstantBI.com.

Slides:



Advertisements
Similar presentations
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
Advertisements

Microsoft Excel 2002 Microsoft Excel is a powerful spreadsheet program that helps you to organize data complete calculations make decisions graph data.
The SeETL Business Presentation 1/1/2012
Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
Migration From Mainframe to SAS Enterprise Guide Reporting Migration From Mainframe to SAS Enterprise Guide Reporting A New Retention Process in IR Office.
How SAS implements structured programming constructs
DAY 10: MICROSOFT EXCEL – CHAPTER 8 MICROSOFT EXCEL – CHAPTER 9 MICROSOFT EXCEL – CHAPTER 10 Akhila Kondai September 23, 2013.
Decision Making Using Excel
Visual Basic for Applications. What it does Extends the features and built in functions of Excel – Create and run VB procedures – Some may be easy to.
Microsoft Excel 2003 Illustrated Complete Excel Files and Incorporating Web Information Sharing.
Business Intelligence Methodology 1/3/2012
PROJECT OVERVIEW PINGER EXECUTIVE PLOTS AKBAR MEHDI.
Programming Excel Macros, Visual Basic, and Solving Your Problem.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
Use different sheets in one workbook to store raw data from different sources / about different aspects of the investigation. This way, you can see all.
Given Connections Solution
® IBM Software Group © IBM Corporation IBM Information Server Deliver – Federation Server.
1 Access Lesson 6 Integrating Access Microsoft Office 2010 Introductory Pasewark & Pasewark.
Some Basic Database Terminology
XNA Studio: Introduction to XNA Brian Keller Product Manager Microsoft Corporation.
SeETL Demonstration 17 SeETL Beta 01 15/07/2013
ChE 117 Motivation Lots of Tools Can’t always use “Canned Programs”
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
Jack Working with Excel - Usage of Dynamic Data Exchange in PMS studies.
Using the selection structure (Unit 7) Visual Basic for Applications.
Working with Numeric Variables (Unit 6) Visual Basic for Applications.
1 Performing Spreadsheet What-If Analysis Applications of Spreadsheets.
AUTOMATION OF WEB-FORM CREATION - KINNERA ANGADI – MS FINAL DEFENSE GUIDANCE BY – DR. DANIEL ANDRESEN.
MySQL Databases & PHP Integration Using PHP to write data to, and retrieve data from, a MySQL database.
SeETL Demonstration 26 Business Requirements 20/07/2013
What’s Working in the Real World The Quick Data Excel Add In.
SeETL Demonstration 09 Demo Reports Online 1/9/2012
Microsoft Excel Quick Overview Putting students first to make learning last a lifetime Celebrating academics, diversity, and innovation.
A university for the world real R © 2009, Chapter 22 YAWL4Film Chun Ouyang.
Demo: Power Tools for P8 Presenter: Jay Bowen Demonstration Topic: Choice List Features Demo URL below Power Tools Choice List Support 1. Native P8 Choice.
SeETL Demonstration 19 SeETL er 20/07/2013
SeETL Demonstration 03 Using the Runtime Engine 1/3/2012
SeETL Demonstration 04 Data Modelling in SeETL 1/3/2012
Computer Science 1000 Spreadsheets IV Permission to redistribute or use these slides is strictly prohibited without permission.
SeETL Demonstration 18 Delta Detection 20/07/2013
SeETL Demonstration 05 The Dictionary and Reports 1/3/2012
Database Concepts Track 3: Managing Information using Database.
SeETL Demonstration 22 Data Modelling 20/07/2013
Spreadsheet Vocabulary.  Spreadsheet = an electronic document in which data is arranged in the rows and columns of a grid and can be manipulated and.
SeETL Demonstration 28 BI4ALL Integration 20/07/2013
Chapter 5 Administrative Software Dianne Elliott ETEC 562 September 2005.
Jamie Oliver Knives Promotion
Advanced Repetition Structure and String Functions (Unit 10) Visual Basic for Applications.
SeETL Demonstration 27 Project Plans 20/07/2013
Visual DCT upgrade Gasper Jansa, Cosylab SLAC, April 2005.
VBA Navigation, Conditionals, and Boxes. VBA Navigation.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
SeETL Customer Demonstration For Dan 17/01/2013
Archiving.Net® Document Management System rchiving.Net® is a bi-lingual (Arabic/English) document management system that lets you capture, index, organize,
SeETL Demonstration 29 SQL ETL Generation 20/07/2013
SeETL Demonstration 07 SQL Statement Processing 1/6/2012
Topic: Code Essential Questions Digital Cornell Notes.
VB.NET and Excel VB.NET allows you to write code to manipulate Excel. You can create, open, and save Excel files. You can read data from Excel. You can.
The Power of Excel for Ad Hoc Reporting FAB 5013 Brian Caviggiola Controller - Indiana Wesleyan University Mike Ionno Senior.
Redmond Protocols Plugfest 2016 Sudhi Ramamurthy Excel Integration using Microsoft Graph APIs Program Manager.
VBA - Excel VBA is Visual Basic for Applications
Applications Using Visio
MS-EXCEL SUMMARY.
An Introduction to Programming and VB.NET
Performing What-if Analysis
Analytics for Apps: Landing and Loading Data into SQL Data Warehouse
Parts of an Excel Window
Adding Tables to Slides
Playing with (M)agic: Introduction to Writing M Code in Power BI
Microsoft Excel PowerPivot ….light & Easy
Presentation transcript:

SeETL Demonstration 01 The SeETL Workbook 1/3/2012

Introduction  History of the Workbook  Introduction to the workbook  Processing of the workbook  Summary

History of the Workbook  Early 90s mappings documented in text/script  A little while on MS Word was being used  By 98 people started moving to Excel sheets  Prism Solutions had a good mapping workbook in Iterations  By 2002 DWs had 100+ tables and 2,000+ fields  Excel sheets were becoming unworkable  An innovation in 2003 enabled all mappings to be collapsed into one worksheet  We could now map an unlimited amount of columns  In 2004 moved to excel xml storage and manipulation of the XML as source code input for generation  2004 – present day - extending the workbook

Introduction to the Workbook  At first it seems a little “unreal” or “unbelievable”  How can excel be used to create a data warehouse?  The excel sheet is stored as xml, read and processed by a vb.net application.  Anything that can be expressed into excel can become “source code” for generation of code or data in the dw  There are very few things this is not true of  Stored procedures and the reports themselves  So let us go through the worksheets one by one

Processing of the Workbook  A small vb app  Read the xml  Observes the processing directives and connections  Processes the xml as directed  Anything available to vb is available to be added to this application  The possibilities are quite endless  The future of BI is excel sheets defining everything that is needed.

Summary  History of the Workbook  Introduction to the workbook  Processing of the workbook  Summary