WebFOCUS for the layman or “Yes WE can !!!!” Steve Simon State Street Corporation.

Slides:



Advertisements
Similar presentations
Mr Watson’s Introduction to Spreadsheets
Advertisements

How Come It Takes Me So Long to Get Answers to Simple Questions About My Business? Technologies for Business Intelligence Introduction to Microsoft Access.
Presentation: 20 minutes
Microsoft Access A Hands-On Introduction Chapter 4.
TD Ameritrade IT audit intern Ramez Mina. Position definition Department head  IT audit intern Managers  system analyst and developer to build automated.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Protecting your online and on premises assets "Cloud Style" Mike Martin Architect / Microsoft Azure MVP.
1 Organising data in a spreadsheet Module 1 Session 3.
SharePoint 2010 Business Intelligence Module 3: Business Intelligence Center.
Continuous Integration for Databases Learn how to automate your build and test Steve Jones Red Gate Software Part II of the Continuous Delivery for Databases.
NECC 2007 Web Design Made Simple with Contribute.
Budget Planning, Implementation and Monitoring First Step: Understanding Financial Statements – Corporate Approach Chris Droussiotis September 2011 Lecture.
Biostatistics, statistical software II. A brief survey of statistical program systems Krisztina Boda PhD Department of Medical Informatics, University.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Recitation Week #1 Chem Queens College Spring 2010.
SharePoint 2010 Business Intelligence Module 2: Business Intelligence.
WebFOCUS for the layman Part 2 Steve Simon State Street Corporation.
DIGIT Directorate-General for Informatics DIGIT Directorate-General for Informatics EUSURVEY Creating online surveys DIGIT EUSURVEY SUPPORT.
E X P E R I E N C E Y O U R A M E R I C A Natural Resource Monitoring Database Development Using SQL Server A Comparison Between Visual Basic/ADO.Net and.
Microsoft Excel 2003 Spreadsheets. What is a spreadsheet Excel is a spreadsheet program that allows you to organise, analyse and attractively present.
Databases and Education Access Access Course Progression Access courses can be designed for intensive immersion or semester-long courses. Basic.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
11 A First Game Program Session Session Overview  Begin the creation of an arcade game  Learn software design techniques that apply to any form.
SharePoint Branding with Design Manager. About James 7 years of SharePoint 2007, 2010, 2013 On-prem deployment planning, infrastructure setup, governance.
M1G Introduction to Database Development 6. Building Applications.
Best Uses of Microsoft Access Lauren Lewis. What is Microsoft Access? o MS access is a database management system from Microsoft that combines the relational.
1 IE in the Classroom The Internet Explorer Web Browser EDW647 Internet for Educators Roger Webster, Ph.D. Millersville University Department of Computer.
Case 2: Emerson and Sanofi Data stewards seek data conformity
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
What’s Working in the Real World The Quick Data Excel Add In.
MIS 320 Kraig Pencil Summer 2014
Intro to Computers By Alex Pu Computational Thinking: Overview Making Information Available to the World with HTML an d Web Pages Desktop Publishing with.
1 Figure 9-10: Database and Instant Messaging Security Concerns Other Applications  There are many other applications  Each has its own security issues.
Making the Most of Quick and Easy Queries Danny Brashear and Joyce Mitchell.
The Problems HTTP is disconnected So many database vendors Create a simple consistent versatile interface on the data Look at ADO.NET classes OleDb SQL.
Spreadsheet vs Database What’s the difference and who cares?
Creating an Access Project* If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or.
ITAAT DHE Solutions Ltd UK Moodle databses David Evans. 31 st March 2011.
MODIFY your way of thinking when it comes to anomalous data formats Steve Simon State Street Corporation.
Working Wiki-ly An Information Tool for the Global Marketing Team April 18, 2012.
Sales Dim Date Dim Customers Dim Products Dim Categories Dim Geography The data warehouse is a simple and standard one, after all we.
Steve Simon State Street Corporation Getting Your Core FOCUS Onto Financial Reporting Language.
EngageNY.org Supporting Module Implementation: Developing a Plan.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
Rationale Databases are an integral part of an organization. Aspiring Database Developers should be able to efficiently design and implement databases.
Reports ForNAV NAVUG, May 9-10, 2016 Stuttgart, Germany.
Module name & code Evaluation survey. How to use Zappers A 60-second training course. You will be using the handsets to give your feedback on the module.
Presentation Title Subheading goes here.
Data Virtualization Demoette… ODBC Clients
Data Virtualization Tutorial: Custom Functions
Dealing with External Data
20761A Querying Data with Transact-SQL.
Data Virtualization Demoette… Flat-File Data Sources
Creating a Database Microsoft Access.
What your client has: Server(s) running WordPress Zend Framework
AC C E S S DATA B A S E T U TO R I A L
Data Virtualization Demoette… ADO.NET Client
Physical Changes That Don’t Change the Logical Design
Data Virtualization Demoette… Data Lineage Reporting
Data Virtualization Tutorial… Semijoin Optimization
Reporting.
Created by Kamila zhakupova
Presentation Title Subheading goes here.
Elements of Database System
DAX and the tabular model
Automating configuration of SQL Server
Prepress and Consolidated Workflows.
Efficient and Effective coding of stored procedures
Training Series Overview
Presentation transcript:

WebFOCUS for the layman or “Yes WE can !!!!” Steve Simon State Street Corporation

Who and what is our audience? Business Analyst to Programmer : How can I create a report that shows our total assets to liabilities and order it by department? Programmer to Business Analyst: Create a module that uses an instance of a class and link it to…..

This hour is dedicated to the business analyst and beginner WebFOCUS hero We shall be keeping things simple. This presentation assumes that you are a beginner and have the most sincere wish to become acquainted with the “wonders” of WebFOCUS. Doing things yourself should help prevent encounters with those pesky programmers whose standard line is “IMPOSSIBLE”.

What we shall examine during this hour Defining business requirements. Translate requirements to simple design. Translate simple design to simple code. Reaping the benefits.

What we shall examine during this hour Easy data adapter creation Easy synonym creation. Creating simple, efficient & effective reports. No headache tablets required

Excel SQL Server SQL Server Access Code Master Synonym Data Adapter How do the parts fit together? How do the parts fit together?

What we shall examine during this hour Microsoft Excel data sources

How do we get at our Excel data

OK And then the usual

So where do we go from here?

Why WebFOCUS of course !!

Implementing the adapter Implementing the adapter

WebFOCUSExcel ‘Garden hose’ Adapter

Creating the synonym

Our master file and FOCUS access file

Demo 1

Demo 2

Cloning a report with WebFOCUS makes your investment worth every cent. Cloning a report with WebFOCUS makes your investment worth every cent.

Demo 3

Requesting a data subset

TABLE FILE INFILE$ SUM SALES BY STORENO WHERE STORENO IN FILE STORENOS ON TABLE SUBHEAD "Store Sales World Wide" HEADING "My Store Sales" FOOTING TABLE FILE INFILE$ SUM SALES BY STORENO WHERE STORENO IN FILE STORENOS ON TABLE SUBHEAD "Store Sales World Wide" HEADING "My Store Sales" FOOTING

Demo 4

During this hour we have Looked at WebFOCUS from a layman’s view. Created simple but very powerful reports. We have seen how we can limit what we wish to report by using the IN FILE technique.

During this hour we have We have seen how to access an Excel spreadsheet through a (Data Source) DSN. We have completed all this in under 45 minutes. We have seen how to create data adapters and synonyms. We have seen how we may clone a new report with the change of a few lines via the TED editor.

Which really goes to prove that WebFOCUS for the layman is not really a major challenge, AND more importantly… Which really goes to prove that WebFOCUS for the layman is not really a major challenge, AND more importantly…

“Yes WE can do it!!!!” Thank you! Please remember to fill in your survey Steve Simon State Street Corporation

Questions!!!