Client Warehouse Builder Your Chance to Learn! Why Would I Use It? Have some custom tables you want to warehouse and report off of Have additional reporting.

Slides:



Advertisements
Similar presentations
RightNow February Adding a New Report: RN icon > Report: OR Analytics > Reports > New Report
Advertisements

4 Oracle Data Integrator First Project – Simple Transformations: One source, one target 3-1.
DATA WAREHOUSE QueryLink TUTORIAL QueryLink is used to retrieve Campus data for Departmental use. This tutorial presents an overview of the point and click.
What is a Database By: Cristian Dubon.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
® IBM Software Group © 2006 IBM Corporation The Eclipse Data Perspective and Database Explorer This section describes how to use the Eclipse Data Perspective,
Database Updates Made Easy In WebFocus Using SQL And HTML Painter Sept 2011 Lender Processing Services 1.
DB Audit Expert v1.1 for Oracle Copyright © SoftTree Technologies, Inc. This presentation is for DB Audit Expert for Oracle version 1.1 which.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 3-1 LINKS TO OBJECTIVES Save a Filter as a Query Save a Filter as a Query Parameter Query Inner, Left,
Agenda Journalling More Embedded SQL. Journalling.
VERSION 7 What’s to Come?. Workflow – Lifecycle Definition  Ability to define custom Lifecycles NEW BEING WORKED IN REVIEW WAITING FOR APPROVAL APPROVED.
Chapter 4 The Relational Model 3: Advanced Topics Concepts of Database Management Seventh Edition.
Allowing Multi-user Access Grant – GRANT ON TO – |WITH GRANT OPTION / WITH ADMIN OPTION| – can be PUBLIC or a role – can be all Revoke – REVOKE ON FROM.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
Microsoft Access 2010 Building and Using Queries.
TIMES 3 Technological Integrations in Mathematical Environments and Studies Jacksonville State University 2010.
Materialized Views Acknowledgement to Author: Willie Albino.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 7 BACKNEXTEND 7-1 LINKS TO OBJECTIVES Filtering Data Removing a Filter Filter by Selection.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
Support.ebsco.com Introduction to EBSCOhost Tutorial.
Dashboard: has been completely overhauled – View your completion status, number of total records, and the latest Crop Monitor at a glance – Help files.
What have we learned?. What is a database? An organized collection of related data.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
ACCESS Part 2. OBJECTIVE  Use the Query Wizard.  Work with data in a query.  Use Query Design View.  Sort and find data.  Filter data Apply AND criteria.
10.11 Data Manipulation 2 Queries. You will need… Specimen 2007 Paper 2 Task C (a PDF) q 43 Read this question carefully before you start The database.
Database Fundamental & Design by A.Surasit Samaisut Copyrights : All Rights Reserved.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
AESuniversity User Tips & Tricks. Where to Search – NEW client 1.Quickest search for New Client is Demographics page in HOH Check field 2.Or enter Social.
Microsoft Access Database Creation and Management.
23 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Answers: Advanced Features.
SQL. Originally developed by IBM Standardized in 80’s by ANSI and ISO Language to access relational database and English-like non-procedural Predominant.
Module Road Map The Scope of the Problem A range of potential problems Lost Updates User A reads a record User B reads the same record User A makes changes.
Microsoft Access By Ritesh Sharma. Introduction Microsoft Access is a desktop database program that enables you to enter, store, analyze,and present data.For.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Inquiry Tracking. Inquiry Tracking :: Logon Non-Weidmuller employees use the first initial of your first name and your full last name. (i.e. bjones for.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Introduction to EBSCOhost
HR Training - new features, new reports and how to use them, questions
FAST STUDENT Your Chance to Learn!. FAST STUDENT Your Chance to Learn!
USER INTERFACE 4.x Introduction To Colleague
Managing your Candidate List: Temporary Staffing
Relational Database Design
Objectives Create an action query to create a table
Database application MySQL Database and PhpMyAdmin
SCC Supplier Performance Management (SPM) Training Day 2
Microsoft Access 2003 Illustrated Complete
HR Demo and Overview Rob McMicking
Building and Using Queries
Microsoft Office Access 2003
CIS16 Application Programming with Visual Basic
More about Databases.
Sirena Hardy HRMS Trainer
Microsoft Office Access 2003
Database systems Lecture 3 – SQL + CRUD
SQL Fundamentals in Three Hours
JMP® Meets SQL: Using Query Builder for JMP Data Tables
Provision page Remote Diagnosis Additional Features New customer calls
Contents Preface I Introduction Lesson Objectives I-2
PIE Planning & Resources
Grauer and Barber Series Microsoft Access Chapter One
Tutorial 9 Using Action Queries and Advanced Table Relationships
Tutorial 5 Advanced Queries and Enhanced Table Design
FAST Reporting Advanced Options
Navigation to Smart List Builder
Presentation transcript:

Client Warehouse Builder Your Chance to Learn!

Why Would I Use It? Have some custom tables you want to warehouse and report off of Have additional reporting needs that are not solved by baseline warehouse Need to a place to collect data Data Entry Form Some other source / Snap shots

Structure of Client Warehouse Execution Order, Table Name, Query, Index, Table Type, Pre-Step, Post-Step

Client Warehouse Management Form

Execution Order Controls the order the table are populated in Stage Tables always done first Then used the Execution Order then sorted by table name Warehouse Tables done second Uses the Execution Order then sorted by table name Constant Tables Always executed last Used the execution order then sorted by table name

Table Name This will be how you reference your table after it is built Max limit is 30 characters less the prefix that is applied by the system Should be safe with 25 characters Stage table prefix  “S_” Warehouse table prefix  “A_” or “B_” Constant table prefix  “C_”

Query This will become the data source for your table All objects used in query must be accessible by FASTCLIENT All objects must be fully qualified the schema name [Schema_Name].[Object_Name] Each column returned must be named If using a function, math or joining fields you need to alias that column

Index This is an optional field Should only include columns in here that will be commonly filtered on

What are the Table Types for? Warehouse, Constant, Stage

Warehouse Table A and B table created / SYN and RSYN objects Always report off of the SYN object Truncated Every Refresh Always reloaded from scratch from source data Should be used for reporting one Do Not use for data entry

Constant Table C table created C_[Name you provided for table] Never truncated Data will continue to grow, unless deleted by data entry form, or some other method Can be used for reporting and data entry

Stage Table S table created S_[Name you provided for table] Truncated Every Refresh Always reloaded from scratch from source data Should only be used in the creation of another warehouse table Cuts down on network traffic by mixing local and linked tables Should Not be used for reporting or data entry

Pre and Post Steps These are advanced features Pre-Step To manipulate some data in anther table before the steps runs Post-Step To manipulated data in this table after step runs

Populate on Save What happens if I check this? When you click save, in addition to building or updating your table(s) The system will populate the table(s) with data from your query Why would I want to do this? If data from this table is going to be used in a reporting page Will allow you build your new report and see data in it right away Don’t have to wait for a refresh to run

Saving Commits any new records or edits to existing records to the database All grants will be issued allowing access to: FAST Application schema FAST Application Query Schema

What Happens When I Make an Edit All information from the record is archived before edits are made Archived information can be found in the Deleted or Change Table / Client Warehouse Log Saving an update will cause tables related to the current record to be deleted and then recreated This is why we don’t currently allow for edits to constant tables

Let’s Take a Look

Questions ?