Building the target for your data
|
|
|
- Marilynn Atkins
- 9 years ago
- Views:
Transcription
1 If I knew then what I know now. Building the new database for your migrated data Susan Jane Williams, Data Specialist, Scholars Resource; Independent Consultant and Developer Building the target for your data In 2007, Many VR professionals will still be using off-the-shelf products to facilitate data entry to meet local needs Lack of access to larger institutional computing resources Specialized needs, including using specific standards (VRA Core, CCO)
2 The cataloging utility as a bridge Need to create local specialized data, but also the need to hook that to teaching tools The local institutional choice of DAM or DAP might not support the standard that you wish to use and may require exporting data from a cataloging utility to that system at this time A cataloging utility That is, not only the table structure that holds the data. And not just the data structure that can be used in other applications. But, an understanding of the user interface that facilitates and guides data entry
3 So, you have done the first steps. Planning documents involving partners across your institution Data dictionaries Crosswalks of local collections
4 The art of database design Cataloging is the single most expensive component of creating the digital asset A balance must sometimes be struck between choices one might make in guiding efficient and accurate data entry and the degree of standards adherence
5 What you bring to database design The understanding of your own workflow, local needs, patron concerns, level of expertise of your cataloging staff (professionals or students) will be key to building the right user interface for your cataloging utility this is the next step beyond data dictionaries and other planning documents. Flat versus Relational Databases Flatfile data is what we are used to seeing in spreadsheets Multiple values are either expressed in separate columns: Subject 1, Subject 2 or are run together in the same column with punctuation or other dividers: Subject 1; Subject 2; Subject 3
6 Excel sample Relational Databases Relate information stored in multiple tables Ideally, there is no redundancy of data entry each value that might be reused in data entry is only entered once and stored in one table that is related for use everywhere else in the database (made available anywhere needed in the data entry workflow) Numeric keys are normally used in this process
7 Sample of a table of related data GUI interfaces to data tables Obviously, looking at rows and columns of related numeric keys is not user friendly, so most commercial databases allow you to build graphic user interfaces (GUI) forms for data entry
8 Work and Image entry layouts A clipped sample of 2 forms: Splitting the interface design from the database (table) design A more sophisticated approach that may be more flexible Possible in either Filemaker 7+ or MS Access Possible with other tools such as Servoy (provides the functional interface to SQL or Oracle tables) (Sample screenshot, next slide)
9 ER (Entity Relationship) Diagrams Relational databases such as Filemaker Pro (FMP) or MS Access also use graphic tools to show specific fields in tables and tables related to each other in the entire database
10
11 Portals and subforms Using forms/layouts, you can create windows looking into tables of related data (tables with relationships established between them) and showing multiple data values more than one answer per record (multiple locations, agents, titles, etc. for each work). In FMP these are known as portals, in Access, subforms. VireoCat Locations Portal (on Works form)
12 Actual City table (in form view) Understanding the new role of XML in data mobility XML facilitates pushing data between all sorts of applications CCO and VRA Core 4 were both formed with an eye to XML
13 What is XML? Extensible Markup Language (XML) is a universal language for sharing data between applications. XML is most appropriate for situations where the volume of data is generally small, as the data is transmitted as text, and controlling the structure of the data is important. How does XML work? It tags data identifies what that data is (what meaning it holds). MARC tags by using numeric designators: for instance a 245 field is always a title, a 700 or 7xx field is a personal name (creator)
14 MARC example XML tags XML tags with natural language easy to see what the information (the data value) is within the chicken lips ><
15 XML example <!-- AGENT --> <set> <display>jasper Francis Cropsey (American painter, )</display> <index> <agent> <name type="personal" vocab="ulan" refid=" ">cropsey, Jasper Francis</name> <dates type="life"> <earliestdate>1823</earliestdate> <latestdate>1900</latestdate> </dates> <culture>american</culture> <role vocab="aat" refid=" ">painter</role> </agent> </index> </set> Schema: Where the data standard and XML meet Once a data standard like VRA Core 4.0 is devised, with all the elements and qualifiers laid out, the standard can then be expressed in one XML document called the schema a road map to then apply to a specific XSLT style sheet that tells a database how to export data into XML
16 VRA Core 4.0 XML schema (a small sample) <!-- Agent --> <xsd:complextype name="agenttype"> <xsd:annotation><xsd:documentation>vra Agent element. Subelements are used for different types of data (names, roles, dates, etc.). At least one subelement must be provided.</xsd:documentation> </xsd:annotation> <xsd:sequence minoccurs="1" maxoccurs="unbounded"> <xsd:element name="attribution" type="basicstring" minoccurs="0" /> <xsd:element name="culture" type="basicstring" minoccurs="0" /> <xsd:element name="dates" type="agentdatetype" minoccurs="0" /> <xsd:element name="name" type="agentnametype" minoccurs="0" /> <xsd:element name="role" type="basicstring" minoccurs="0" /> </xsd:sequence> <xsd:attributegroup ref="vraattributes" /> What is XSLT? You can export XML data from FileMaker or Access (and many other programs) to an assortment of applications simply by applying the appropriate Extensible Stylesheet Language Transformation (XSLT) style sheet.
17 XLST Sample how the XML is actually exported from a database <!-- Agent --> <set> <display> <xsl:value-of select="fm:agentdisplay" /> </display> <index> <xsl:for-each select="fm:agentsortname/fm:data"> <xsl:variable name="i"> <xsl:value-of select="position()" /> </xsl:variable> <agent> 4 Screenshots of an XML export (VireoCat) First slide work and image screens, perform find Second slide showing the work record and 4 related image records and export selected from menu bar Third slide, resultant XML document (excerpt) Fourth slide, showing the database folder containing database, 2 stylesheets and XML document
18
19
20 My better late than never epiphany. Appreciating the symmetry of the elements in the work, image and collection records (work title, image title and so forth) Appreciating the distinction between indexed and display values, and how that can give you flexibility in data entry Creating Display values Can be created from the indexed values on the fly in the xml via the stylesheet, or Can be pre-created within the database by scripting/programing Both approaches are likely to be used in different fields gives flexibility in design choices
21 Location in VireoCat: multiple table design requires extent in XML; Display created on the fly in the XML Locations in IRIS Showing CCO display form pre-created in the database from parsed values
22 Using scripting and design to guide cataloging First slide shows set-up in VireoCat as cataloger chooses continent, then next level (nation) is constrained to only the choices in that continent, and so forth down to building/site level Second slide shows multi-table design necessary to do this, with 2 sets of additional linking tables to constrain and display parent/child lists Constraining/ guiding entry
23 Hobbesian choices? The multi-table design guides entry and may be a good solution, especially for student workers, but. It complicated the design of XML export and import Good to look at all these issues holistically, which means acquainting yourself with XML and scripting and design, at least conceptually
24 And what is my next stylesheet? Taking relational XML export and running it through a stylesheet so that it becomes flattened CSV to use in DAPs such as CONTENTdm that are not yet XML ready! ;-)
Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels
2 Parts to a Mail Merge 1. MS Word Document (Letter, Labels, Envelope, Name Badge, etc) 2. Data Source Excel Spreadsheet Access Database / query Other databases (SQL Server / Oracle) Type in New List Mail
TestTrack Test Case Management Quick Start Guide
TestTrack Test Case Management Quick Start Guide This guide is provided to help you get started with TestTrack test case management and answer common questions about working with test cases and test runs.
Handout: Word 2010 Tips and Shortcuts
Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW
Monthly Payroll to Finance Reconciliation Report: Access and Instructions
Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining
An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener
An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended
«How we did it» Implementing CDISC LAB, ODM and SDTM in a Clinical Data Capture and Management System:
Implementing CDISC LAB, ODM and SDTM in a Clinical Data Capture and Management System: «How we did it» 27 April 2006 Berlin CDISC Interchange Xavier Bessette, [i-clinics] Jozef Aerts, XML4Pharma Who are
paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.
MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have
Exchanging FileMaker Data with Microsoft Excel: A Manual for FileMaker Users.
Exchanging FileMaker Data with Microsoft Excel:. Karen Vagts TCC 4101: Technical Writing 1 Northeastern University 14 August 2003 *Sample Chapter Provided Table of Contents *Introduction THE PURPOSE OF
Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows.
WOWS of Word Office brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. [email protected] Templates Click on the Office Button PDF and select New. You can now change
Chapter 19: XML. Working with XML. About XML
504 Chapter 19: XML Adobe InDesign CS3 is one of many applications that can produce and use XML. After you tag content in an InDesign file, you save and export the file as XML so that it can be repurposed
TechTips. Connecting Xcelsius Dashboards to External Data Sources using: Web Services (Dynamic Web Query)
TechTips Connecting Xcelsius Dashboards to External Data Sources using: Web Services (Dynamic Web Query) A step-by-step guide to connecting Xcelsius Enterprise XE dashboards to company databases using
Trial version of GADD Dashboards Builder
Trial version of GADD Dashboards Builder Published 2014-02 gaddsoftware.com Table of content 1. Introduction... 3 2. Getting started... 3 2.1. Start the GADD Dashboard Builder... 3 2.2. Example 1... 3
Toad for Data Analysts, Tips n Tricks
Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers
March 2015. Module 3 Processing MOVES Output
March 2015 Module 3 Processing MOVES Output Module Overview Describe what is contained in the MOVES output tables Use the Post-Processing Menu and post-processing MySQL scripts View and manipulate MOVES
Merging Labels, Letters, and Envelopes Word 2013
Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged
Excel for InterAction Reporting. Using Excel to report on InterAction System Data. Introduction. Extracting the data
Using Excel to report on InterAction System Data Introduction The reporting tools in InterAction have become increasingly powerful in recent releases, but it can still be a challenge to generate reports
WinEst User-Defined Filters and Advanced Reports. Ken Regier Sr. Business Consultant Trimble Buildings
WinEst User-Defined Filters and Advanced Reports Ken Regier Sr. Business Consultant Trimble Buildings Complete & Connected Workflow Concept Engineering & Design Build Handover Operate INITIATE DEVELOP
CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives
CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy
Migration from Control-M to JobScheduler in a TWS Landscape. SOS Software GmbH Berlin, Germany
Migration from Control-M to JobScheduler in a TWS Landscape SOS Software GmbH Berlin, Germany Content basic conditions I & II previous landscape (Control-M) current landscape (JobScheduler) basic data
Microsoft Word 2013 Tutorial
Microsoft Word 2013 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,
Smart Connection 9 Element Labels
08 Smart Connection 9 Element Labels This document is part of the documentation for Smart Connection 9 and is an extract from the former Smart Connection 9 User Guide for InDesign. For more information
Databases What the Specification Says
Databases What the Specification Says Describe flat files and relational databases, explaining the differences between them; Design a simple relational database to the third normal form (3NF), using entityrelationship
Oracle FLEXCUBE Universal Banking 12.0
Oracle FLEXCUBE Universal Banking 12.0 Data Model Getting Started Release 1.0 May 2012 Oracle Part Number E51527-01 FCUBS-FD08-01-01-Data Model getting started 1 Contents 1 Preface... 3 1.1 Audience...
Museums and Online Archives Collaboration Digital Asset Management Database
Museums and Online Archives Collaboration Digital Asset Management Database MOAC: Community Toolbox Museums are working with archives, libraries, cultural organizations, and individual scholars and artists
Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.
Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format
Using FileMaker Pro with Microsoft Office
Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker
Best Methods for Oracle
Best Methods for Oracle (Internal Use only) Author: Stephen Eade Version: 1.0 Date of Knowledge Article creation: 28/12/07 Knowledge Article Number: 444 CONTENTS Creation and Preparation...1 Installing
San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601
Web Design Course Outline I II 1 Course Content 5 5 Student Evaluation Employment Opportunities 2 XHTML 10 10 Creating an HTML Document Formatting Text with HTML Adding Graphics with Multimedia Using forms
Configuring the Server(s)
Introduction Configuring the Server(s) IN THIS CHAPTER. Introduction. Overview of Machine Configuration Options. Installing and Configuring FileMaker Server. Testing Your Installation. Hosting Your File.
Microsoft Excel 2007 Level 2
Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for
KOMPOZER Web Design Software
KOMPOZER Web Design Software An IGCSE Student Handbook written by Phil Watkins www.kompozer.net CONTENTS This student guide is designed to allow for you to become a competent user* of the Kompozer web
FileMaker Robust Platform Technology
FileMaker Robust Platform Technology Highlights FileMaker Pro and FileMaker Server FileMaker Pro application hosted in FileMaker Server to provide multi-user support Scalable and highly reliable Integrated
Software Application Tutorial
Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For
Catalog Creator by On-site Custom Software
Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
12 File and Database Concepts 13 File and Database Concepts A many-to-many relationship means that one record in a particular record type can be relat
1 Databases 2 File and Database Concepts A database is a collection of information Databases are typically stored as computer files A structured file is similar to a card file or Rolodex because it uses
USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3]
Pro-curo Software Ltd USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] CONTENTS Everyday use... 3 Logging on... 4 Main Screen... 5 Adding locations... 6 Working with locations... 7 Duplicate...
SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide
SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4
Messaging Dashboard Quick Reference Guide
Messaging Dashboard Quick Reference Guide This guide will show you how to log in and use the Messaging Dashboard application. The Messaging Dashboard application allows users to search for messages or
Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports
Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...
Oracle Open World 2012. How Can Oracle Business Intelligence Publisher Serve Your Reporting Needs? Presented by: Todd Kummer SpearMC Consulting
Oracle Open World 2012 How Can Oracle Business Intelligence Publisher Serve Your Reporting Needs? Presented by: Todd Kummer SpearMC Consulting Agenda Introductions SpearMC Solutions Overview Reporting
Data processing goes big
Test report: Integration Big Data Edition Data processing goes big Dr. Götz Güttich Integration is a powerful set of tools to access, transform, move and synchronize data. With more than 450 connectors,
BI Requirements Checklist
The BI Requirements Checklist is designed to provide a framework for gathering user requirements for BI technology. The framework covers, not only the obvious BI functions, but also the follow-up actions
FileMaker Server 9. Custom Web Publishing with PHP
FileMaker Server 9 Custom Web Publishing with PHP 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker,
Creating Reports with Microsoft Dynamics AX SQL Reporting Services
Creating Reports with Microsoft Dynamics AX SQL Reporting Services. Table of Contents Lab 1: Building a Report... 1 Lab Objective... 1 Pre-Lab Setup... 1 Exercise 1: Familiarize Yourself with the Setup...
FreeForm Designer. Phone: +972-9-8309999 Fax: +972-9-8309998 POB 8792, Natanya, 42505 Israel www.autofont.com. Document2
FreeForm Designer FreeForm Designer enables designing smart forms based on industry-standard MS Word editing features. FreeForm Designer does not require any knowledge of or training in programming languages
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with
AD-HOC QUERY BUILDER
AD-HOC QUERY BUILDER International Institute of Information Technology Bangalore Submitted By: Bratati Mohapatra (MT2009089) Rashmi R Rao (MT2009116) Niranjani S (MT2009124) Guided By: Prof Chandrashekar
Module 9 Ad Hoc Queries
Module 9 Ad Hoc Queries Objectives Familiarize the User with basic steps necessary to create ad hoc queries using the Data Browser. Topics Ad Hoc Queries Create a Data Browser query Filter data Save a
DESKTOP PRODUCTIVITY SOFTWARE
USING WINDOWS 8 UNIT 1: INTRODUCTION TO COMPUTERS Topic A: Overview of computers Topic B: How computers work Topic C: Starting the computer UNIT 2: INPUT DEVICES Topic A: Mouse and keyboard basics Topic
Eskills360 0 - Desktop Courses
Eskills360 Desktop DESKTOP COMPUTER SKILLS Adobe Adobe Flash CS5 Introduction to Adobe Flash Professional CS5 Drawing and Working with Images in Flash CS5 Using Flash CS5 Libraries, Text, and Components
Netezza Workbench Documentation
Netezza Workbench Documentation Table of Contents Tour of the Work Bench... 2 Database Object Browser... 2 Edit Comments... 3 Script Database:... 3 Data Review Show Top 100... 4 Data Review Find Duplicates...
EXCEL XML SPREADSHEET TUTORIAL
EXCEL XML SPREADSHEET TUTORIAL In this document we are going to work with our Excel XML spreadsheet that we used in Video 1. You have now identified your shoe products and have one image of each of these
General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support
General principles and architecture of Adlib and Adlib API Petra Otten Manager Customer Support Adlib Database management program, mainly for libraries, museums and archives 1600 customers in app. 30 countries
11 ways to migrate Lotus Notes applications to SharePoint and Office 365
11 ways to migrate Lotus Notes applications to SharePoint and Office 365 Written By Steve Walch, Senior Product Manager, Dell, Inc. Abstract Migrating your Lotus Notes applications to Microsoft SharePoint
Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office
Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and
Sisense. Product Highlights. www.sisense.com
Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze
Microsoft Office Topics per Course
Microsoft Office Topics per Course This document contains: List of courses Details of what is covered in each course Registration links Please review prerequisites and topics before registering. MS Office
FileMaker Server 10 Help
FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo
Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:
Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that
Microsoft Word 2010 Tutorial
Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,
Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template
Microsoft Office PowerPoint 2003 Tutorial 2 Applying and Modifying Text and Graphic Objects 1 Creating a new presentation from a design template Click File on the menu bar, and then click New Click the
BulkSMS Text Messenger Product Manual
BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select
Benefits of databases
Page 1 of 7 Benefits of databases The gathering, processing, and use of information relating to the operations of a business are vital to its success. Even something as simple as a customer mailing list
Creating Library Website Using Open Source Content Management System
Creating Library Website Using Open Source Content Management System Vimal kumar V. 1 and Deepak Sankar 2 1 Asian School of Business Technopark Trivandrum-695 581 [email protected] 2 Deepak Shankar Malayalam
What's New with SQL Developer Data Modeler. Heli Helskyaho HrOUG 2015
What's New with SQL Developer Data Modeler Heli Helskyaho HrOUG 2015 Introduction, Heli Graduated from Helsinki University (Master of Science, computer science) Worked with Oracle products since 1993,
mylittleadmin for MS SQL Server 2005 from a Webhosting Perspective Anthony Wilko President, Infuseweb LLC
mylittleadmin for MS SQL Server 2005 from a Webhosting Perspective Anthony Wilko President, Infuseweb LLC April 2008 Introduction f there's one thing constant in the IT and hosting industries, it's that
SHAREPOINT 2010 FOUNDATION FOR END USERS
SHAREPOINT 2010 FOUNDATION FOR END USERS WWP Training Limited Page i SharePoint Foundation 2010 for End Users Fundamentals of SharePoint... 6 Accessing SharePoint Foundation 2010... 6 Logging in to your
Chapter 24: Creating Reports and Extracting Data
Chapter 24: Creating Reports and Extracting Data SEER*DMS includes an integrated reporting and extract module to create pre-defined system reports and extracts. Ad hoc listings and extracts can be generated
Getting Started Guide
Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...
How to Import Microsoft Access Databases into FmPro Migrator
How to Import Microsoft Access Databases into FmPro Migrator 1 Overview 1.1 2 4 Step 1 2.1 3 Overview - Importing Access Database Files Step 1 - Get Info - Access 6 Importing Forms/Reports, Value Lists
UPK Content Development Rel 11.1
Oracle University Contact Us: 1.800.529.0165 UPK Content Development Rel 11.1 Duration: 5 Days What you will learn This course is designed for course authors, editors, and other individuals in need of
Drupal Training Guide
Drupal Training Guide Getting Started Drupal Information page on the IT site: http://it.santarosa.edu/drupal On this page is information about Drupal sign up, what Drupal is, which is a content management
Chapter 3. Application Software. Chapter 3 Objectives. Application Software
Chapter 3 Objectives Chapter 3 Application Software Identify the categories of application software Explain ways software is distributed Explain how to work with application software Identify the key features
Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini
Beginning Oracle Application Express 4 Doug Gault Karen Cannell Patrick Cimolini Martin D'Souza Timothy St. Hilaire Contents at a Glance About the Authors Acknowledgments iv xv xvil 0 Chapter 1: An Introduction
InfiniteInsight 6.5 sp4
End User Documentation Document Version: 1.0 2013-11-19 CUSTOMER InfiniteInsight 6.5 sp4 Toolkit User Guide Table of Contents Table of Contents About this Document 3 Common Steps 4 Selecting a Data Set...
XML- New meta language in e-business
1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility
ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2
HTML, XHTML & CSS: Introduction, 1-2 History: 90s browsers (netscape & internet explorer) only read their own specific set of html. made designing web pages difficult! (this is why you would see disclaimers
Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration
Specialized. Recognized. Preferred. The right partner makes all the difference. Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration By: Arun Chaturvedi, Business Intelligence
XML and the College Website A Practical Look at the Use of XML and XSL
WHITE PAPER XML and the College Website A Practical Look at the Use of XML and XSL By Shahab Lashkari, Product Manager and Max Kaufmann, Technical Product Specialist, OmniUpdate What are XML and XSL, and
Now that you have a fleet management system, what should you do with it?
Now that you have a fleet management system, what should you do with it? By Brad Kelley Overview Typical fleet system use Understanding where your data lives Reporting Key Performance Indicators (KPI)
ICE for Eclipse. Release 9.0.1
ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional
Database Dictionary. Provided by GeekGirls.com
Database Dictionary Provided by GeekGirls.com http://www.geekgirls.com/database_dictionary.htm database: A collection of related information stored in a structured format. Database is sometimes used interchangeably
Auditing manual. Archive Manager. Publication Date: November, 2015
Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,
TheEducationEdge. Export Guide
TheEducationEdge Export Guide 102111 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,
CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL
Chapter 6: Analyze Microsoft Dynamics NAV 5.0 Data in Microsoft Excel CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Objectives The objectives are: Explain the process of exporting
FileMaker: Complete Platform to Create, Deploy, and Manage Custom ipad and iphone Solutions for Business
WHITE PAPER FileMaker: Complete Platform to Create, Deploy, and Manage Custom ipad and iphone Solutions for Business Executive Summary Business units and departments are developing custom ipad and iphone
Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo
Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part
Table Of Contents. iii
Table Of Contents Quickstart... 1 Introduction... 1 Data administration... 1 The Toolbar... 2 Securities management... 3 Chart window structure... 4 Adding an indicator... 5 Chart drawings... 6 Saving
Downloading <Jumping PRO> from www.vola.fr-------------------------------------------- Page 2
Downloading from www.vola.fr-------------------------------------------- Page 2 Installation Process on your computer -------------------------------------------- Page 5 Launching
Oracle Database 10g: Introduction to SQL
Oracle University Contact Us: 1.800.529.0165 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database technology.
Top 10 Oracle SQL Developer Tips and Tricks
Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline
Policy Compliance. Getting Started Guide. January 22, 2016
Policy Compliance Getting Started Guide January 22, 2016 Copyright 2011-2016 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks
Overview Document Framework Version 1.0 December 12, 2005
Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0
from Microsoft Office
OOoCon 2003 Migrating from Microsoft Office to OpenOffice.org/StarOffice by Frank Gamerdinger [email protected] 1 Who needs migration? OpenOffice.org & StarOffice - only the brave!(?) 2 Agenda
MICROSOFT OVERVIEW MICROSOFT CLASSES. IT TRAINING COURSE CATALOG Microsoft Office
Microsoft Office MICROSOFT OVERVIEW Microsoft Office is a comprehensive suite of computer software designed to help create and share content in a professional manner. The programs in the Microsoft Office
ODBC Reference Guide
ODBC Reference Guide Introduction TRIMS is built around the Pervasive PSQL9. PSQL9 is a high performance record management system that performs all data handling operations. Open DataBase Connectivity
