Fi-domain names OData service description

Size: px
Start display at page:

Download "Fi-domain names OData service description"

Transcription

1 Fi-domain names OData service description Version: 2.1 Page 1(18)

2 1 Introduction What is OData? OData: technical description OData service of fi-domain names Rights of use and identification Data structures of the service Using OData interface in Excel Installation of PowerPivot for Excel Enabling of PowerPivot in Excel Opening OData material in Excel Using the data OData for application developers Page 2(18)

3 1 Introduction FICORA has provided a technical interface for the domain name system managing Finnish fi-domain names. Users of the service may use the interface for obtaining information about domain names registered by organisations and associations. Information about domain names held by private persons is not published in the OData service. This document contains a description on the OData service data content and instructions for using the service. The service is available on any platform supporting the OData protocol. The instructions mainly cover using the interface with Microsoft Excel. In addition, the document briefly discusses the special features of programming relating to OData interfaces. You can use the data of the domain name system in your own services. Any use of the data content is subject to the laws of Finland. Page 3(18)

4 2 What is OData? Open Data Protocol, or OData, is a protocol for sharing open data. OData was originally developed by Microsoft but currently the protocol is standardised at the OASIS consortium. OData is designed for sharing structural file-like data in a web environment. The protocol may be used both for communication between ready-made applications and as an interface for custom designed solutions. The most popular desktop application supporting OData is Microsoft Excel (version 2010 and newer). PowerPivot, which is a free add-in for Microsoft Excel, enables importing atom formatted OData material directly into a worksheet and then editing the material. This means that it is possible to create an Excel file which automatically updates a list of domain names registered by a certain company, for instance. For more examples of using Excel, see Using OData interface in Excel below. FICORA implements OData versions 3 and OData: technical description OData is a protocol designed for web environment that relies heavily on other existing open protocols. It is based on the Hypertext Transfer Protocol (HTTP) which performs all data searches. On top of this, OData builds a few layers which are described briefly below. Firstly, OData describes the structure of the data with a metadata document. Due to this Entity Data Model (EDM), the structure of the OData interface is similar to a relational database: sets of concepts may have, e.g. typed fields, references and keys. The metadata is sufficient for using the interface description to automatically generate a data cube for analysis purposes or a programming language model, for example. Secondly, OData determines a query language for data searches. The query language is built on http requests using the REST mechanism. FICORA's OData service, for instance, is available at The Domains data set is one part of the entire database in FICORA's OData service which may be used at One of the key benefits of OData is that it directly supports data searches in parts to avoid transferring large data sets unnecessarily. For example, query OpenDomainData.svc/Domains()?$orderby=GrantDate desc&$top=100 searches for a hundred latest domain names granted. Similarly, filter $filter=postalarea eq 'HELSINKI' returns domain names registered only in Helsinki. Thirdly, OData determines the data transfer format. By default, OData material is presented using the AtomPub protocol which is an established format for publishing data sets. Alternatively, the data may be requested in a more lightweight JSON format. OData V4 returns data only in JSON format. XML/Atom support will be added to V4 interface after OASIS releases specifications for XML representation. Both versions return the same material and most queries will work with both standards. Changes in OData V4 can be found in this OASIS consortiums technical document. Page 4(18)

5 OData also supports editing data but this feature is not enabled in the interface in FICORA's domain name service. For more information about OData, visit Page 5(18)

6 3 OData service of fi-domain names The OData interface in the domain name system provides information about domain names registered by organisations and associations (Domains). It also contains name service data (NameServers) and contact details of the domain name administrators. Below are examples of queries that can be executed for this set of data: Domain names registered by the Ministry of Finance Domain names expiring within a month Domain names containing the word telephone Recently granted domain names Please note that in principle, the interface does not provide information about domain names registered by private persons. Therefore, the interface cannot be used to check whether a certain domain name is available. This restriction should be noted in other queries, too. However, in practice, the data is relatively comprehensive. Roughly 80% of domain names are used by organisations of associations. The data provided by the OData service is updated once a day during the night. 3.1 Rights of use and identification OData service does not require identification. OData service is available at two locations, one for both versions: V3: V4: Please note that in practice, the service cannot be used on a normal web browser because browsers cannot present large data sets in a readable format. Page 6(18)

7 3.2 Data structures of the service The data provided by the OData service is presented in the scheme below. The scheme also describes the structure of the data provided. Domains Name State GrantDate LastValidityDate IsDNSSecInUse Holder OrganizationID Address PostalCode PostalArea PhoneNumber AssociationType DepartmentOrContactPerson Country Registrar Nameserver1 Nameserver2 Nameserver3 Nameserver4 Nameserver5 Nameserver6 Nameserver7 Nameserver8 Nameserver9 Nameserver10 The Domains list contains details of the domain name and its holder, and specifies the registrar and the name servers of the domain name. Page 7(18)

8 Domains Data Description Data format Name State The domain name without the TLD.fi (e.g. ficora ). This field is a record key specifying the record within the set. State of the domain name. Possible states are: Registered Temporarily removed from fi-root Transfer denied In grace period Validity expired GrantDate When the domain name was registered Date and time LastValidityDate When the domain name expires, if not renewed IsDNSSecInUse Indication whether DNSSEC is in use Yes/no Holder OrganizationID Address Name of the organisation or association using the domain name Business ID of the organisation or registration number of the association or political party using the domain name The association registration number contains no points (. ). Postal address of the domain name holder Date and time PostalCode Postal code of the domain name holder PostalArea Postal area of the domain name holder PhoneNumber AssociationType DepartmentOrContactPer son Telephone number of the domain name holder Type of the domain name holder Company Association Foundation Municipality State Public Sector Community Political Party 'Private Person Please note: Domain names held by private persons appear only if the holder's information has been specifically marked as public. Contact organisation or contact person of the domain name Country Home country of the user Page 8(18)

9 Registrar NameServer1 Nameserver10 Domain name registrar If the registrar field reads '- --', there is no registrar for the domain name. Name servers of the domain name. Name servers are not required. The maximum number of name servers is ten. Please note that the capacity of the interface only allows returning a maximum of 100 records at the time. At the end of each batch, there is a continuation link for the following records in accordance with the OData standard. Some of OData query tools follow such links automatically or at least provide an easy user interface for page navigation. Page 9(18)

10 4 Using OData interface in Excel One of the easiest ways to use OData services is the Microsoft Excel spreadsheet. Excel does not directly support OData but the PowerPivot add-in for Excel 2010 and newer versions imports the data directly to a workbook from OData sources. PowerPivot does not support JSON formatted data, so the add-in can only be used for OData V3 interface. This chapter contains instructions for installing the PowerPivot add-in and describes different ways of processing the data in Excel. 4.1 Installation of PowerPivot for Excel 2010 The PowerPivot add-in must be downloaded and installed separately. The add-in may be downloaded at Please note that the add-in does not work in versions preceding Excel The add-in requires.net Framework 4.0. The installation of PowerPivot usually requires administrative privileges on the computer. After installing PowerPivot, a PowerPivot tab appears in the Excel ribbon. After this, please follow the instructions in chapter Enabling of PowerPivot in Excel 2013 The PowerPivot add-in is built into Excel 2013 but by default, it is not enabled. To enable PowerPivot, follow these steps: Go to File > Options > Add-Ins. Page 10(18)

11 In the Manage drop-down menu at the bottom, select COM Add-ins and click Go. Check the Microsoft Office Power Pivot for Excel 2013 box, and then click OK. The ribbon at the top of the Excel window now has a PowerPivot tab. You can now use PowerPivot for opening OData sources, for example. Page 11(18)

12 4.3 Opening OData material in Excel Below are instructions for connecting PowerPivot to the OData service in FICORA s domain name system. The screenshots are from PowerPivot for Excel 2013 but the features are essentially the same in Excel Go to the PowerPivot tab in the ribbon at the top of the Excel window and click Manage: The PowerPivot add-in creates a PowerPivot window in Excel where you can process data from OData sources, for instance. You can also copy such data to ordinary worksheets. Connect Excel to the domain name system by clicking Get External Data > From Data Service > From OData Data Feed at the top of the PowerPivot window. As the Table Import Wizard opens, type the address in the Data Feed Url field. If you Page 12(18)

13 wish, you can name the connection by typing a descriptive name, such as Domains, in the Friendly connection name field. Click Advanced to enter the required user IDs. Click Next. In the following window, you can import data to Excel from the OData interface. Check the data elements boxes you want to import. In version 2 of the fi-domain name OData interface, the only data element available is Domains. Continue and wait. There are more than 328,000 domain name records which means that the import may take a while. After the import is completed, you have all the data of the OData interface in the domain name service. Page 13(18)

14 4.4 Using the data Once you have imported the data, you can browse it in the PowerPivot window. If you save the Excel file, the data is also saved. You can also update the data by clicking the Refresh button at the top of the PowerPivot window. The PowerPivot window is designed for browsing, filtering and summarising data. If you want to process the data using formulas, the easiest way is to copy and paste it to Excel. The PowerPivot window is workbook-specific and you can always open it by clicking the Manage button on the PowerPivot tab of the Excel ribbon. To filter the data, you can use the usual column filters in Excel which are available in the PowerPivot window: To see the sorting and filtering features, click the down arrow at the right of the column heading. In the example in the screenshot, the column to be filtered is the AssociateType and the criteria are domain names registered by the State. You can export data to normal Excel view using either the copy and paste technique or the PivotTable tool in the PowerPivot window. The benefit of PivotTable is that it remains linked to the original data. As you edit the PowerPivot view, the data copied into ordinary Excel worksheet is also updated. Page 14(18)

15 In the following screenshot, PivotTable has been selected on the PowerPivot tab. After that, a PivotTable Fields list appears on the right side of the page. In this example, the columns Name and Holder have been checked by dragging Holder to the Rows area and Name to the Values area (see bottom right-hand corner of the screenshot). Finally, the list has been sorted in reverse order using the Count of Name field. In this case, the result is a list of parties that have registered the most domain names in Finland. Page 15(18)

16 You can also create charts with the same tool. Creating charts follows the same logic. Drag the columns to areas that suit your purposes (Rows, Values, etc.) and create charts that break down the set of domain names as you wish. First, go to PivotTable > PivotChart. Page 16(18)

17 In the following screenshot, the AssociationType field has been selected as the Axis and the Name field (domain name) as the Value. The result is a column chart representing the distribution of domain names by registering parties. However, it would be more convenient to view the same data as a pie chart. Right-click the chart, select Change Chart Type and select the pie chart. You can edit the charts by removing or modifying automatic texts ('Total', 'Count of Name'). The charts are mainly normal Excel charts and you can usually edit them like any other Excel charts. However, charts created by PowerPivot tools remain linked to the original source. If you update the domain data to match FICORA s service by clicking Refresh, all your charts will also be updated. Read more about PowerPivot: Page 17(18)

18 5 OData for application developers The chapters above describe the structure of the OData service and its use in desktop applications. However, you can also use OData in your own applications. There is a comprehensive library support for the protocol. For more technical information about OData, visit Development tools for different environments are available at Client libraries which may be connected to this OData service, for example, are available for Microsoft development platforms and also for all key programming environments (Android, ios, Java, PHP, Ruby etc.). As the OData interface is based on Atom or JSON, you do not necessarily need a library to use the data source. An XML/JSON converter and a web interface capable of HTTP Basic authentication are sufficient. Please note that the JSON format may only be enabled by HTTP Content negotiation feature (http header Accept: text/json ). FICORA does not recommend building applications which reveal the username and password for the connection (e.g. by providing OData endpoint contact details to a browser making JSON requests to the interface). It is better to collect the necessary information on your own server and then provide them further. For practical instructions on using OData interfaces in different languages, see Microsoft's developer documentation: Page 18(18)

Enterprise Vault 12.4 OData Reporting for Auditing

Enterprise Vault 12.4 OData Reporting for Auditing Enterprise Vault 12.4 OData Reporting for Auditing This whitepaper describes the Enterprise Vault 12.4 OData reporting features for auditing. This document applies to the following version(s) of Enterprise

More information

Cityworks Analytics By Azteca Systems Inc.

Cityworks Analytics By Azteca Systems Inc. Cityworks Analytics 2014 By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State St., Suite 24 Sandy, UT, 84070, U.S.A.

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

Advanced Reporting Options Course #E211.A

Advanced Reporting Options Course #E211.A Advanced Reporting Options Course #E211.A Presented by: Arnold Wheatley Shelby Contract Trainer 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders.

2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders. 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders. Objective To provide a brief overview of some of the functionality available to

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

Creating Automated Dashboard Excel 2013 Contents

Creating Automated Dashboard Excel 2013 Contents Creating Automated Dashboard Excel 2013 Contents Summarize Data Using Pivot Table... 2 Constructing Report Summary... 2 Create a PivotTable from worksheet data... 2 Add fields to a PivotTable... 2 Grouping

More information

October 14, Business Intelligence Connector Guide

October 14, Business Intelligence Connector Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Sort, Filter, Pivot Table

Sort, Filter, Pivot Table Sort, Filter, Pivot Table Sort A common database task is to rearrange the information based on a header/field or headers/fields. This is called Sorting or Filtering. Sorting rearranges all of the information

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

Microsoft Office Excel 2013

Microsoft Office Excel 2013 Microsoft Office Excel 2013 PivotTables and PivotCharts University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2014 KSU Department of University

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

How to insert table in Excel?

How to insert table in Excel? What is Table in Excel? Tables allow you to analyze your data in Excel quickly and easily. How to insert table in Excel? To insert a table, execute the following steps. 1. Click any single cell inside

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

Market Insight Excelsior 2 Module Training Manual v2.0

Market Insight Excelsior 2 Module Training Manual v2.0 Market Insight Excelsior 2 Module Training Manual v2.0 Excelsior 2 Module Manual Version: 2.0 Software Release: Data Set: 2016 Q4 Training (US) Excel Version: Office 365 D&B Market Insight is powered by

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

PivotTables & Charts for Health

PivotTables & Charts for Health PivotTables & Charts for Health Data Inputs PivotTables Pivot Charts Global Strategic Information UCSF Global Health Sciences Version Malaria 1.0 1 Table of Contents 1.1. Introduction... 3 1.1.1. Software

More information

Microsoft EXAM Analyzing and Visualizing Data with Microsoft Excel. m/ Product: Demo File

Microsoft EXAM Analyzing and Visualizing Data with Microsoft Excel.   m/ Product: Demo File Page No 1 https://www.dumpsplanet.com m/ Microsoft 70-779 EXAM Analyzing and Visualizing Data with Microsoft Excel Product: Demo File For More Information: https://www.dumpsplanet.com/70-779-dumps Question:

More information

Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1

Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1 Microsoft Excel 2010 Step-by-Step Exercises PivotTables and PivotCharts: Exercise 1 In this exercise you will learn how to: Create a new PivotTable Add fields to a PivotTable Format and rename PivotTable

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

GO! with Microsoft Excel 2016 Comprehensive

GO! with Microsoft Excel 2016 Comprehensive GO! with Microsoft Excel 2016 Comprehensive First Edition Chapter 7 Creating PivotTables and PivotCharts Learning Objectives Create a PivotTable Report Use Slicers and Search Filters Modify a PivotTable

More information

How to Create and Use a Pivot Table in Excel

How to Create and Use a Pivot Table in Excel How to Create and Use a Pivot Table in Excel Nikki Casasanto What you need Microsoft Office: Excel 2013 Data Why use a Pivot Table? Microsoft Excel pivot tables offer a way to quickly summarize data. It

More information

Copyright 2012 Pulse Systems, Inc. Page 1 of 64

Copyright 2012 Pulse Systems, Inc. Page 1 of 64 The Pulse IQ data cubes in combination with Excel Pivot Tables provide an excellent resource for compiling and presenting information for the financial and appointment data housed in the PulsePro PRMS

More information

Lab 01 Developing a Power Pivot Data Model in Excel 2013

Lab 01 Developing a Power Pivot Data Model in Excel 2013 Power BI Lab 01 Developing a Power Pivot Data Model in Excel 2013 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including URL and

More information

EditGrid Excel Plus Links

EditGrid Excel Plus Links EditGrid Excel Plus Links...1 Installation...2 Using EditGrid Excel Plus (quick)...3 Warnings:...3 Quick use...3 1. In order to make a link between an Excel file on your PC and an online file on EditGrid...3

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

MICROSOFT Excel 2010 Advanced Self-Study

MICROSOFT Excel 2010 Advanced Self-Study MICROSOFT Excel 2010 Advanced Self-Study COPYRIGHT This manual is copyrighted: S&G Training Limited. This manual may not be copied, photocopied or reproduced in whole or in part without the written permission

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT EXCEL 2016 Advanced Microsoft Excel 2016 (EXC2016.3 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined Webucator

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

0Acknowledgement. This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation.

0Acknowledgement. This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation. r4 0Acknowledgement This application has been developed with the cooperation of the Inter-agency Group for Child Mortality Estimation. 1Contents Introduction... 6 User Levels... 6 Learning CME Info...

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2007 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2007 without entering a single formula. Pivot Tables let

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

SQL Server Analysis Services

SQL Server Analysis Services DataBase and Data Mining Group of DataBase and Data Mining Group of Database and data mining group, SQL Server 2005 Analysis Services SQL Server 2005 Analysis Services - 1 Analysis Services Database and

More information

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

Task 2 Guidance (P2, P3, P4, M1, M2)

Task 2 Guidance (P2, P3, P4, M1, M2) Task 2 Guidance (P2, P3, P4, M1, M2) P2 Make sure that your spreadsheet model meets the complex criteria and exhibits some aspects of complexity such as multiple worksheets (with links), complex formulae

More information

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA)

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) Published in 2013 by: UNESCO Institute for Statistics P.O. Box 6128, Succursale Centre-Ville Montreal, Quebec H3C 3J7 Canada Tel: (1 514) 343-6880

More information

Highline Excel 2016 Class 23: Introduction to Power BI Desktop to Create Data Model & Visualization

Highline Excel 2016 Class 23: Introduction to Power BI Desktop to Create Data Model & Visualization Highline Excel 2016 Class 23: Introduction to Power BI Desktop to Create Data Model & Visualization Table of Contents Visualization Goal:... 1 Power BI Desktop... 2 Download Power BI Desktop for FREE Don

More information

Sage 500 ERP Business Intelligence

Sage 500 ERP Business Intelligence Sage 500 ERP Business Intelligence Getting Started Guide Sage 500 Intelligence (7.4) Getting Started Guide The software described in this document is protected by copyright, And may not be copied on any

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

Blackbaud Direct Marketing New Features Guide

Blackbaud Direct Marketing New Features Guide Blackbaud Direct Marketing New Features Guide 05/09/2018 Blackbaud Direct Marketing 5.0 Blackbaud Direct Marketing New Features US 2018 Blackbaud, Inc. This publication, or any part thereof, may not be

More information

SBCUSD IT Training Program. MS Excel lll. VLOOKUPS, PivotTables, Macros, and More

SBCUSD IT Training Program. MS Excel lll. VLOOKUPS, PivotTables, Macros, and More SBCUSD IT Training Program MS Excel lll VLOOKUPS, PivotTables, Macros, and More Revised 10/25/2018 TABLE OF CONTENTS VLOOKUP...2 VLOOLUP...2 SUMIF...3 SUMIF...3 PivotTable...4 Create PivotTable...4 Build

More information

Pivot Tables and Pivot Charts Activities

Pivot Tables and Pivot Charts Activities PMI Online Education Pivot Tables and Pivot Charts Activities Microcomputer Applications Updated 12.16.2011 Table of Contents Objective 1: Create and Modify PivotTable Reports... 3 Organizing Data to Display

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Unit 6 - Data Integration Quick Links & Text References Overview Pages AC418 AC419 Showing Data on the Web Pages AC420 AC423 CSV Files Pages AC423 AC428 XML Files Pages

More information

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks In Office 2007, the OFFICE BUTTON is the symbol at the top left of the screen. 1 Enter Fractions That Will Display And Calculate Properly a. Type

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

More information

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to empower information workers through self-service

More information

Intermediate Microsoft Excel 2010

Intermediate Microsoft Excel 2010 P a g e 1 Intermediate Microsoft Excel 2010 ABOUT THIS CLASS This class is designed to continue where the Microsoft Excel 2010 Basics class left off. Specifically, we will cover additional ways to organize

More information

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288 Chapter at a glance Analyze Analyze data dynamically by using PivotTables, page 288 Filter Filter, show, and hide PivotTable data, page 298 Format Format PivotTables, page 313 Create Create dynamic charts

More information

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard ****

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard **** Tutorial: Create an Excel Dashboard This page walks through building an Excel dashboard with a mobile tool called CommCare. Similar to how Excel helps people build spreadsheets, CommCare enables anyone

More information

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Lesson - 1 What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Examples of Databases Computer Based Databases

More information

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18 CalPlan Creating a Unit Plan Workbook 1/25/18 Table of Contents Exercise 1: Log into the Workspace & Run a CalPlan Report... 3 Exercise 2: Launching CalPlan and Setting Your Entity... 10 Exercise 3: Actualized

More information

SAMaRT User Guide Microsoft Excel (Advanced version)

SAMaRT User Guide Microsoft Excel (Advanced version) SAMaRT User Guide Microsoft Excel (Advanced version) Before you start...2 Macros...2 Exploring the tool...2 Using the tool for the first time...3 Introduction page...3 Changing the drop down list options...3

More information

Microsoft Analyzing and Visualizing Data with Microsoft Excel.

Microsoft Analyzing and Visualizing Data with Microsoft Excel. Microsoft 70-779 Analyzing and Visualizing Data with Microsoft Excel https://killexams.com/pass4sure/exam-detail/70-779 DEMO Find some pages taken from full version Killexams 70-779 questions and answers

More information

What is a database? Lesson - 1

What is a database?  Lesson - 1 Lesson - 1 www.semainformatics.wordpress.com What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based 1 Examples of

More information

Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016

Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016 Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016 Quick

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table COMM 391 Winter 2014 Term 1 Tutorial 1: Microsoft Excel - Creating Pivot Table The purpose of this tutorial is to enable you to create Pivot Table to analyze worksheet data in Microsoft Excel. You should

More information

Excel Expert 2016: Interpreting Data for Insights Exam

Excel Expert 2016: Interpreting Data for Insights Exam Microsoft Office Specialist Excel Expert 2016: Interpreting Data for Insights Exam 77-728 Expert-level candidates for the Microsoft Excel 2016 exam have an advanced understanding of the Excel environment,

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Contents. Group 2 Excel Handouts 2010

Contents. Group 2 Excel Handouts 2010 Contents Styles... 2 Conditional Formatting... 2 Create a New Rule... 4 Format as Table... 5 Create your own New Table Style... 8 Cell Styles... 9 New Cell Style... 10 Merge Styles... 10 Sparklines...

More information

Instruction How To Use Excel 2007 Pivot Table Example Data Source

Instruction How To Use Excel 2007 Pivot Table Example Data Source Instruction How To Use Excel 2007 Pivot Table Example Data Source Excel pivot tables allow you to group the spreadsheet or external data source by any of your data fields. The screen snap below shows a

More information

BANNER 9 QUICK NAVIGATION GUIDE

BANNER 9 QUICK NAVIGATION GUIDE Application Navigator Application Navigator provides a single interface to navigate the Banner 9 JAVA pages. It is a tool that allows you to go back and forth between the current Banner forms and the new

More information

2013 ADVANCED MANUAL

2013 ADVANCED MANUAL 2013 ADVANCED MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D.

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation BASIC EXCEL SYLLABUS Section 1: Getting Started Unit 1.1 - Excel Introduction Unit 1.2 - The Excel Interface Unit 1.3 - Basic Navigation and Entering Data Unit 1.4 - Shortcut Keys Section 2: Working with

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet 9 Data analyses To analyze data, a tabular preparation of the data or a chart

More information

USING MICROSOFT EXCEL 2016 Guided Project 4-3

USING MICROSOFT EXCEL 2016 Guided Project 4-3 Guided Project 4-3 Clemenson Imaging analyzes expense reports from field representatives as well as patient and image data. To complete the worksheets, you format data as a table and build an advanced

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Excel 2013 Getting Started

Excel 2013 Getting Started Excel 2013 Getting Started Introduction Excel 2013 is a spreadsheet program that allows you to store, organize, and analyze information. While you may think that Excel is only used by certain people to

More information

1. Two types of sheets used in a workbook- chart sheets and worksheets

1. Two types of sheets used in a workbook- chart sheets and worksheets Quick Check Answers Session 1.1 1. Two types of sheets used in a workbook- chart sheets and worksheets 2. Identify the active cell- The active cell is surrounded by a thick border and its cell reference

More information

Advanced Excel Charts : Tables : Pivots

Advanced Excel Charts : Tables : Pivots Advanced Excel Charts : Tables : Pivots Protecting Your Tables/Cells Protecting your cells/tables is a good idea if multiple people have access to your computer or if you want others to be able to look

More information

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

How to Create Excel Dashboard used in Solutions Conference By Matt Mason How to Create Excel Dashboard used in Solutions Conference 2017 By Matt Mason The following is a step by step procedure to create the Dashboard presented by Matt Mason in the Excel Tips and Tricks session

More information

Exchange (Copy, Import, Export) Data Between Excel and Access

Exchange (Copy, Import, Export) Data Between Excel and Access Excel usage is widespread and Excel is often the go-to Office application for data entry, analysis, and manipulation. Microsoft Access provides relational database capability in a compact desktop environment.

More information

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2 Mandatory Grant Application Manual 2017 TABLE OF CONTENTS 1 INTRODUCTION...4 1.1 Purpose of this Document... 4 1.2 Scope of the Document... 4 2 INDICIUM ACCESS...4 2.1 Website... 4 2.2 Technical Information...

More information

PIVOT TABLES IN MICROSOFT EXCEL 2016

PIVOT TABLES IN MICROSOFT EXCEL 2016 PIVOT TABLES IN MICROSOFT EXCEL 2016 A pivot table is a powerful tool that allows you to take a long list of data and transform it into a more compact and readable table. In the process, the tool allows

More information

What s new in Excel 2013? Provided by Work Smart

What s new in Excel 2013? Provided by Work Smart What s new in Excel 2013? Provided by Work Smart Contents Topics in this guide include: Visualize Share Analyze Touch For more information The first thing you see when you open Excel 2013 is a brand new

More information

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline Microsoft Office Excel 2010: Intermediate (R2) Course Overview This course builds on the skills and concepts taught in Excel 2010: Basic, First Look Edition. Students will learn how to use multiple worksheets

More information

Changes in the Latest Update of SkyDesk Reports

Changes in the Latest Update of SkyDesk Reports Changes in the Latest Update of SkyDesk Reports Aug 2018 Fuji Xerox Co., Ltd. 2018 Fuji Xerox Co., Ltd. All rights reserved. Summary Thank you for using SkyDesk Reports. Our latest update includes several

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

FCMT Advanced Find User Guide

FCMT Advanced Find User Guide FCMT Advanced Find User Guide Abstract This user help document was created to provide an overview of the FCMT functionality of creating advanced find views and queries. FCMT is a web application shared

More information

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information