Using Master Data to Create Xcelsius Dashboards

Size: px
Start display at page:

Download "Using Master Data to Create Xcelsius Dashboards"

Transcription

1 Using Master Data t Create Xcelsius Dashbards Applies t: BusinessObjects - Xcelsius. Fr mre infrmatin, visit the Business Objects hmepage. Summary This paper explains hw Master Data can be used effectively t create Xcelsius Dashbards. This paper explains the simple Excel frmulas that can be used s thusands f rws f data can be used t create Xcelsius Dashbards. Authr: Bhargava Kumar Sista Cmpany: Intelligrup, Inc. Created n: 28 December 2009 Authr Bi The authr wrks as a Principal Cnsultant with Intelligrup, Inc. He has extensive experience wrking with SAP BW and BusinessObjects Suite SAP AG 1

2 Table f Cntents Intrductin... 3 Scenari... 3 Wrkbk... 3 Queries in the Wrkbk and Tabs... 3 Tab 1: Master Data... 3 Tab 2: Summary by Area... 4 Tab 3: Summary by Prduct... 4 Tab 4: Dashbard Values... 5 Frmulas in Each f the Tabs... 6 Summary by Area... 6 Summary by Prduct... 7 Dashbard Values... 8 Xcelsius Dashbard Cnclusin Related Cntent Disclaimer and Liability Ntice SAP AG 2

3 Intrductin The task is t create a dashbard n thusands f rws f data. It is pssible t use Master Data and a few Excel frmulas t effectively create a wrking dashbard n a large dataset. Scenari A cmpany is divided int seven areas and has 14 prducts. (A small dataset is used here just fr illustratin. As mentined abve, this can als be accmplished fr a much larger dataset incrprating mre characteristics.) Wrkbk Queries in the Wrkbk and Tabs Tab 1: Master Data Create tw Master Data queries fr Prducts and fr Areas with Key and Descriptin. Replace headers with All Prducts and Cmpany in the wrkbk. Name this wrksheet tab as Master Data SAP AG 3

4 Tab 2: Summary by Area Create a query with Area, Prduct, and Sales Value by quarter fr current year. Place this query in the wrksheet Summary by Area. The verall result shuld be at the tp f the query utput. Tab 3: Summary by Prduct Create a query with Prduct, Area and Sales Value by quarter fr current year. Place this query in the wrksheet Summary by Prduct. The verall result shuld be at the tp f the query utput SAP AG 4

5 Tab 4: Dashbard Values Create a table with clumns Descriptin and Key and rws Area and Prduct. Cpy the frmula belw t derive the Key value frm Master Data. Fr deriving Area key use the INDEX & MATCH Frmula. =IF(F3="","",INDEX('Master Data'!E4:E11,MATCH($F$3,'Master Data'!F4:F11,0),1)) Fr deriving the Prduct Key use the INDEX & MATCH Frmula. =IF(F4="","",INDEX('Master Data'!B4:B18,MATCH($F$4,'Master Data'!C4:C18,0),1)) 2010 SAP AG 5

6 Frmulas in Each f the Tabs Summary by Area Have clumn numbers frm 1 t 6 fr Prduct, Area and the fur quarters f T knw the rw number f first ccurrence f the Area, use the frmula =MATCH('Dashbard Values'!$G$3,$B$6:$B$103,0) T knw the number f rws the Area recurred, use the frmula =COUNTIF($B$6:$B$103,'Dashbard Values'!$G$3) T knw the first rw number, use frmula =I5 T knw the rw numbers where Area recurred, use frmula =IF(K5="","",IF(K5+1>($I$5+$J$5-1),"",K5+1)) T fill the Area, Prduct and Sales Values by Quarter fr the selected Area and all the prducts, use the frmula =IF(K5="","",INDEX($B$6:$G$103,$K5,L$2)) T knw the ttal f sales f all the prducts fr the selected area, use the frmula =SUM(N5:N18), =SUM(O5:O18), =SUM(P5:P18) & =SUM(Q5:Q18) SAP AG 6

7 Summary by Prduct Have clumn numbers frm 1 t 6 fr Prduct, Area and the fur quarters f T knw the rw number f 1 st ccurrence f the Area, use the frmula =MATCH('Dashbard Values'!$G$4,$B$6:$B$103,0) T knw the number f rws the Area recurred, use the frmula =COUNTIF($B$6:$B$103,'Dashbard Values'!$G$4) T knw the first rw number, use frmula =I5. T knw the rw numbers where Area recurred, use frmula =IF(K5="","",IF(K5+1>($I$5+$J$5-1),"",K5+1)) T fill the Area, Prduct and Sales Values by Quarter fr the selected Area and all the prducts, use the frmula =IF(K5="","",INDEX($B$6:$G$103,$K5,L$2)) T knw the ttal f sales f all the prducts fr the selected area, use the frmula =SUM(N5:N11), =SUM(O5:O11), =SUM(P5:P11) & =SUM(Q5:Q11) 2010 SAP AG 7

8 Dashbard Values There are fur pssibilities fr dashbard values: Area = Cmpany, Prduct = All Prducts Displays quarterly sales fr the entire cmpany fr all the prducts tgether. Derive Area & Prduct frm the selectins. Derive the Quarterly sales frm Summary by Area tab fr Cmpany and All Prducts. Area = Cmpany, Prduct NE All Prducts Display quarterly sales fr the entire cmpany fr the selected single prduct. Area NE Cmpany, Prduct = All Prducts Display quarterly sales fr the Selected Area and the entire range f prducts SAP AG 8

9 Use the MATCH frmula t knw the first rw f ccurrence f the selected Prduct in the Summary by Area tab. Use the COUNTIF frmula t knw the number f times the prduct recurred in the abve table. Use INDEX & MATCH frmula t derive the quarterly sales values frm the abve table based n the selected Area and Prduct. If the there are n sales figures fr the given selectins, the Frmula will return #N/A. T nt display this we can use frmula ISNA t display <blank> if #N/A is returned. Area NE Cmpany, Prduct NE All Prducts Display quarterly sales fr the selected Area and the selected Prduct. Derive Area & Prduct frm the selectins. Derive the quarterly sales frm Summary by Area tab fr Cmpany and All Prducts SAP AG 9

10 In the T the Dashbard sectin, use an IF statement t ppulate the final table based n the selectins made. Xcelsius Dashbard 1. Imprt the wrkbk t Xcelsius. 2. Drp tw Cmb Bxes int the canvas. 3. Select the first Cmb Bx (Cmb Bx 1). Set Insertin Type t Filtered Rws. 4. Select Labels. Select 'Master Data'!$F$4:$F$ SAP AG 10

11 5. Select Surce Data. Select 'Master Data'!$F$4:$F$ Select Destinatin. Select 'Dashbard Values'!$F$3. 7. Select the secnd Cmb Bx (Cmb Bx 2). Set Insertin Type t Filtered Rws. 8. Select Labels and select 'Master Data'!$C$4:$C$ Select Surce Data and select 'Master Data'!$C$4:$C$ Select Destinatin and select 'Dashbard Values'!$F$4, 11. Drp a Spreadsheet Table int the canvas. Select 'Dashbard Values'!$G$40:$L$42 in Display Data (i.e., the table under T the Dashbard). 12. Save the Xcelsius file. Exprt t PDF.. In the resulting PDF, the quarterly sales by All Prducts fr the entire Cmpany can be seen. Alternately, select individual areas f the cmpany and prducts SAP AG 11

12 Cnclusin This methd can be expanded t reprt n much larger data sets. I have created dashbards with data with as many as rws fr each f the queries. Be aware that the time taken fr results t shw in the PDFs after selectin can take up t three secnds fr such large data amunts. Enjy creating Xcelsius Dashbards! Related Cntent Xcelsius Gurus - Tp 10 Excel Tips fr Success A Six-Step Apprach t Design an Xcelsius Dashbard Creating Dashbards with Xcelsius SAP AG 12

13 Disclaimer and Liability Ntice This dcument may discuss sample cding r ther infrmatin that des nt include SAP fficial interfaces and therefre is nt supprted by SAP. Changes made based n this infrmatin are nt supprted and can be verwritten during an upgrade. SAP will nt be held liable fr any damages caused by using r misusing the infrmatin, cde r methds suggested in this dcument, and anyne using these methds des s at his/her wn risk. SAP ffers n guarantees and assumes n respnsibility r liability f any type with respect t the cntent f this technical article r cde sample, including any liability resulting frm incmpatibility between the cntent within this dcument and the materials and services ffered by SAP. Yu agree that yu will nt hld, r seek t hld, SAP respnsible r liable with respect t the cntent f this dcument SAP AG 13

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s Exercise 4: Wrking with tabular data Explring infant mrtality in the 1900s Backgrund Althugh peple tend t think abut GIS as being primarily cncerned with mapping. It is better thught f as a type f database

More information

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%)

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%) MICRONET INTERNATIONAL COLLEGE BDTVEC PND in Sftware Applicatin SOFTWARE APPLICATION (SWA) INDIVIDUAL ASSIGNMENT (25%) Due Date: 20 th December 2012 Submit the SOFTCOPY and als HARDCOPY f the dcumentatin

More information

Uploading Your Catalogue

Uploading Your Catalogue Uplading Yur Catalgue Creating a Catalgue A simple timed auctin catalgue shuld cntain fur kinds f infrmatin: Lt Number Descriptin Start Price Reserve The best way t frmat yur catalgue is t use Micrsft

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Acclaim Solaria 5.31 Release Notes

Acclaim Solaria 5.31 Release Notes Acclaim Slaria 5.31 Release Ntes 5.31 Release ISSUES RESOLVED Calendar: When using assignment cunts and canceling an assignment directly frm the calendar using the cntext menu, it will nw clear ut the

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Web of Science Institutional authored and cited papers

Web of Science Institutional authored and cited papers Web f Science Institutinal authred and cited papers Prcedures written by Diane Carrll Washingtn State University Libraries December, 2007, updated Nvember 2009 Annual review f paper s authred and cited

More information

WordPress Overview for School Webmasters

WordPress Overview for School Webmasters WrdPress Overview fr Schl Webmasters Cntents 1. Rle f the Schl Webmaster... 2 2. Rle f the District Webmaster... 2 3. Schl Website Standards... 3 Header... 3 Fter... 3 Pages... 4 Sites... 5 4. Hw T...

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

Chapter 2 Basic Operations

Chapter 2 Basic Operations Chapter 2 Basic Operatins Lessn B String Operatins 10 Minutes Lab Gals In this Lessn, yu will: Learn hw t use the fllwing Transfrmatins: Set Replace Extract Cuntpattern Split Learn hw t apply certain Transfrmatins

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Your Project Plan and Smartsheet

Your Project Plan and Smartsheet USG Managed Services Yur Prject Plan and Smartsheet Change Management Tlkit Cntents 1.0 Purpse... 3 2.0 Accessing Smartsheet and Yur Prject Plan... 4 2.1 Smartsheet Lgin... 4 2.2 Type f Access... 5 3.0

More information

HOW TO FILTER THE MEMBERSHIP INFORMATION REPORT EXCEL (MIRE) March 2019

HOW TO FILTER THE MEMBERSHIP INFORMATION REPORT EXCEL (MIRE) March 2019 F HOW TO FILTER THE MEMBERSHIP INFORMATION REPORT EXCEL (MIRE) March 2019 Backgrund f the Membership Infrmatin Reprt Excel (MIRE) & Filtering Optins The MIRE is a quarterly electrnic reprt f the membership

More information

CREATING A DONOR ACCOUNT

CREATING A DONOR ACCOUNT CREATING A DONOR ACCOUNT An Online Giving Accunt shuld be created t have the ability t set-up recurring dnatins, pledges and be able t view and print histry. Setting up an accunt will als allw yu t set-up

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar Wrd 2007 The Ribbn, the Mini tlbar, and the Quick Access Tlbar In this practice yu'll get the hang f using the new Ribbn, and yu'll als master the use f the helpful cmpanin tls, the Mini tlbar and the

More information

Populate and Extract Data from Your Database

Populate and Extract Data from Your Database Ppulate and Extract Data frm Yur Database 1. Overview In this lab, yu will: 1. Check/revise yur data mdel and/r marketing material (hme page cntent) frm last week's lab. Yu will wrk with tw classmates

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE.

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE. Lgin (updated August 2016) Yu shuld lg in via CAS which is the same lgin yu use fr myusf and the ld USFcnnect functins. 1. G t https://www.usfca.edu/user. 2. Click n Lg in using CAS link. 3. If yu are

More information

TaskCentre v4.5 Save As File Tool White Paper

TaskCentre v4.5 Save As File Tool White Paper TaskCentre v4.5 Save As File Tl White Paper Dcument Number: PD500-03-20-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents User Permissins & Rles - Buyers Table f Cntents User Permissins & Rles... 2 Adding New Users... 2 Editing Existing Users... 3 Users Search Table... 3 Creating User Rles... 4 Editing Existing Rles... 6

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Asset Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Asset Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Asset Template The ARMS Imprt Asset Template New assets can be added t the Asbests Risk Management System (ARMS) using

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

Lesson 4 Advanced Transforms

Lesson 4 Advanced Transforms Lessn 4 Advanced Transfrms Chapter 4B Extract, Split and replace 10 Minutes Chapter Gals In this Chapter, yu will: Understand hw t use the fllwing transfrms: Replace Extract Split Chapter Instructins YOUR

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

SITEDIARY.org. User Manual PLANIUM Oy

SITEDIARY.org. User Manual PLANIUM Oy SITEDIARY.rg User Manual Cntents 1. General... 3 1.1 Rles... 3 2 Lgin t the system... 4 3 Prject selectin... 4 4 Start page... 5 5 Diary... 6 5.1 Weather... 6 5.2 General Fields... 7 5.3 Wrks... 7 5.4

More information

Asset Panda Web Application Release 12.02

Asset Panda Web Application Release 12.02 Asset Panda Web Applicatin Release 12.02 User Cnfiguratin Permissins Several changes have been made t this page including the fllwing. Page Design The layut has been changed s that all Edit and Misc Cnfiguratins

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

Data Requirements. File Types. Timeclock

Data Requirements. File Types. Timeclock A daunting challenge when implementing a cmmercial IT initiative can be understanding vendr requirements clearly, t assess the gap between yur data and the required frmat. With EasyMetrics, if yu are using

More information

mconnect Lead Management System 2.0

mconnect Lead Management System 2.0 mcnnect Lead Management System 2.0 User Manual Updated July 2015 Page 1 f 15 This manual serves as a reference guide fr Mahindra Nrth America s mcnnect lead management system. This dcument serves as a

More information

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity isupprt Case Management Prject ANXT Maintain Next Activity Design Specificatin Dcument ANXT Maintain Next Activity January 04, 2016 Table f Cntents 1. INTRODUCTION... 1 2. SCREEN DETAILS... 2 Last Updated:

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

HOW-TO Use SAP SUIM OR RSUSR008_009_NEW to Analysing Critical Authorisations

HOW-TO Use SAP SUIM OR RSUSR008_009_NEW to Analysing Critical Authorisations HOW-TO Use SAP SUIM OR RSUSR008_009_NEW t Analysing Critical Authrisatins Len Ye Cntents Preface... 2 Access the Prgram... 2 Analysing Users with Critical Authrisatins... 3 Defining Critical Authrisatins...

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Tips & Tricks Data Entry Tool How to import files from Excel or Access into the DET

Tips & Tricks Data Entry Tool How to import files from Excel or Access into the DET Tips & Tricks Data Entry Tl Hw t imprt files frm Excel r Access int the DET 2 This dcument explains hw data prepared in ther prgrams (e.g. Excel, Oracle, Access,...) can be imprted t the Data Entry Tl.

More information

How to Mass Assign Student Course Requests

How to Mass Assign Student Course Requests Hw t Mass Assign Student Curse Requests It is pssible that an entire grade level r grup f students will need t request the same curse r curses. If this is the case, yu have the ptin f mass assigning curse

More information

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA Release Ntes and Installatin Instructins Milliman, Inc. 3424 Peachtree Rad, NE Suite 1900 Atlanta, GA 30326 USA Tel +1 800 404 2276 Fax +1 404 237 6984 actuarialsftware.cm 1. Release ntes Release 3.0 adds

More information

GRASP DATA. Website:

GRASP DATA. Website: GRASP DATA State f the Art Web-based Management Reprting Prduct Recmmended screen reslutin 1024 x 768 (Lcate n desktp under Cntrl Panel / Display Settings) Website: www.graspdata.cm User Name: Yur E-Mail

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Valorise user guide version All rights reserved 1

Valorise user guide version All rights reserved 1 VALORISE USER GUIDE Registratin... 2 First steps... 3 Lgging in fr the first time after registratin... 3 Starting self-evaluatin... 4 Creating a new site... 4 Frgtten passwrd... 5 Respnding t the questinnaire...

More information

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide Paper 1860-2018 Easing int Data Explratin, Reprting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prwerk Cnsulting Whether yu have been prgramming in SAS fr years, are new t it, r have

More information

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license.

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license. WHAT S NEW Checkpint Engage (Onvi) This dcument prvides new and updated items that were included in each release f Checkpint Engage. (Each prduct requires a separate license.) Checkpint Engage prduct supprt

More information

Microsoft Excel Extensions for Enterprise Architect

Microsoft Excel Extensions for Enterprise Architect Excel Extensins User Guide Micrsft Excel Extensins fr Enterprise Architect Micrsft Excel Extensins fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Installatin... 4 Verifying

More information

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g Intrductin t Oracle Business Intelligence Enterprise Editin: OBIEE Answers 11g Crnell Custmized Versin April 2012 Minr crrectins were made n page 2, fr the Oct 20, 2017 OBIEE 12c Upgrade April, 2012 All

More information

Chalkable Classroom Items

Chalkable Classroom Items Chalkable Classrm Items Adding Items Activities in InfrmatinNOW are referred t as Items in Chalkable Classrm. T insert a new item (activity r lessn plan) t a Grade Bk, chse New Item frm the Menu n the

More information

Case Metrics Guide. January 11, 2019 Version For the most recent version of this document, visit our documentation website.

Case Metrics Guide. January 11, 2019 Version For the most recent version of this document, visit our documentation website. Case Metrics Guide January 11, 2019 Versin 9.6.202.10 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Table f Cntents 1 Case Metrics 3 1.1 Case Metrics Cmpatibility Matrix 3 1.2

More information

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills Uplading Bills, Dwnlading Payments, and Autmating the Prcess This dcument describes uplading bills t Xpress-pay, dwnlading payments. There is n requirement fr a bill t upladed prir t payment because Xpress-pay

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

TN How to configure servers to use Optimise2 (ERO) when using Oracle

TN How to configure servers to use Optimise2 (ERO) when using Oracle TN 1498843- Hw t cnfigure servers t use Optimise2 (ERO) when using Oracle Overview Enhanced Reprting Optimisatin (als knwn as ERO and Optimise2 ) is a feature f Cntrller which is t speed up certain types

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

Rapid Implementation Package

Rapid Implementation Package Implementatin Package Implementatin 1 Purpse The purpse f this dcument is t detail thse services BuildingPint NrthEast ( BPNE ) will prvide as part f the Prlg Rapid Implementatin Package. This package

More information

Importing data. Import file format

Importing data. Import file format Imprting data The purpse f this guide is t walk yu thrugh all f the steps required t imprt data int CharityMaster. The system allws nly the imprtatin f demgraphic date e.g. names, addresses, phne numbers,

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Spring 2016 Lab Prject (PART A): A Full Cmputer! Issued Fri 4/8/16; Suggested

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard.

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard. User Guide Weblgic allws yu t access jb infrmatin via a web page. Giving yu real time updates, with the ptin t print reprts and infrmatin n/fr the jb. Table Of Cntents Lgging In Jb Search Jb Infrmatin

More information

FIRST Volunteer Management System Quickstart

FIRST Volunteer Management System Quickstart FIRST Vlunteer Management System Quickstart https://my.usfirst.rg/vms/lgin.aspx FIRST Vlunteer Resurces Department Questins? Cmments? Cncerns? vlunteer@usfirst.rg 1 P a g e updated 8/25/2014 - TD Cntents

More information

Importing an Excel Worksheet into SAS (commands=import_excel.sas)

Importing an Excel Worksheet into SAS (commands=import_excel.sas) Imprting an Excel Wrksheet int SAS (cmmands=imprt_excel.sas) I. Preparing Excel Data fr a Statistics Package These instructins apply t setting up an Excel file fr SAS, SPSS, Stata, etc. Hw t Set up the

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

How to Work with Configurable UI Templates

How to Work with Configurable UI Templates Hw T Guide SAP Business One and SAP Business One, Versin fr SAP HANA Dcument Versin: 1.2 2018-09-20 SAP Business One 9.3 and SAP Business One 9.3, Versin fr SAP HANA Typgraphic Cnventins Type Style Example

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

Jira For T2S. External User Guide. Version 1.1

Jira For T2S. External User Guide. Version 1.1 Jira Fr T2S External User Guide Versin 1.1 Cntents 1.0 Dcument Management 4 1.1 Dcument Identifier 4 1.2 Dcument Histry 4 2.0 Intrductin 4 3.0 Getting Started 5 3.1 Cnnect 5 3.2 Lg In 5 4.0 Create an

More information

Frequently Asked Questions Read and follow all instructions for success!

Frequently Asked Questions Read and follow all instructions for success! Frequently Asked Questins Read and fllw all instructins fr success! Last Updated December 2016. Visit mccartheydressman.rg and click HELP fr updates Apr 16 Jan 14 PREPARE Jan 15 - Apr 15 SUBMIT READ all

More information

Aptech Ltd Version 1.1 Page 1 of 9

Aptech Ltd Version 1.1 Page 1 of 9 Aptech Ltd Versin 1.1 Page 1 f 9 Table f Cntents S# Sessin Page N. 1. Intrductin t XML 3 2. Namespaces 4 3. DTDs 5 4. XML Schema 6 5. Stylesheets 7 6. XSL and XSLT 8 7. Mre n XSLT 9 Aptech Ltd Versin 1.1

More information

Microsoft Excel 2007 Tip Sheet

Microsoft Excel 2007 Tip Sheet Micrsft Excel 2007 Tip Sheet Office Tlbar: - Clicking this buttn causes a drp dwn menu t pen which will allw yu t d the fllwing: start a new wrkbk; pen a wrkbk, save a wrkbk, save as, print, prepare fr

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

INFOCUS Enrollment by Count Date

INFOCUS Enrollment by Count Date 0 INFOCUS Enrllment by Cunt Date Crsstab 11/5/2012 Sftware Technlgy, Inc. Thmas Murphy 0 Enrllment by Cunt Date Crsstab OBJECTIVES: A crsstab reprt that cunts enrlled and withdrawn students based n a cunt

More information

User Guide Version v2015.1

User Guide Version v2015.1 2015 Exag Inc. All rights reserved. User Guide Versin v2015.1 Exag Reprting is a registered trademark f Exag, Inc. Windws is a registered trademark f Micrsft Crpratin in the United States and ther cuntries.

More information

Australian Statistics API Specification

Australian Statistics API Specification Australian Statistics API Specificatin Versin: 1.2 Date Mdified: 23 March 2017 Page 1 The cntext... 2 Functins f the API... 2 2.1 Retail Trade API... 2 Input Parameters fr API... 3 Output Specificatin

More information

Using the Turnpike Materials ProjectSolveSP System (Materials & ProjectSolveSP Admin)

Using the Turnpike Materials ProjectSolveSP System (Materials & ProjectSolveSP Admin) PROCESS FOR ADDING/EDITING A TECHNICIAN TO THE PROJECTSOLVESP SYSTEM Fr new users: Cnsultant will btain Persnnel Apprval fr the technician Cnsultant will enter the infrmatin int the Add/Update a New Technician

More information

3. If co-mingled materials are sorted at a MRF

3. If co-mingled materials are sorted at a MRF 1. Intrductin In WDF, materials can be reprted as cllected c-mingled in Q10, 11, 12, 14, 16, 17, 33 and 34. C-mingled materials can be srted either at the kerbside r via an autmated system at a Materials

More information

AudienceView How-To Guide: How to Run a Digital Behaviour Report? (Part 1)

AudienceView How-To Guide: How to Run a Digital Behaviour Report? (Part 1) AudienceView Hw-T Guide: Hw t Run a Digital Behaviur Reprt? (Part 1) What is a Digital Behaviur Reprt? A Digital Behaviur Reprt prvides detailed insight int the nline behaviur f yur audience. It allws

More information

How To: Submit a Training Request Through ZenDesk

How To: Submit a Training Request Through ZenDesk Hw T: Submit a Training Request Thrugh ZenDesk Use the fllwing link: https://wpglstraining.zendesk.cm Create an Accunt Click sign in (tp right crner) Click sign up (next t New t Glbal Learning Slutins?)

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Designing a mdule with multiple memries Designing and using a bitmap fnt Designing a memry-mapped display Cmp 541 Digital

More information

SpiraTeam Migration and Integration Guide Inflectra Corporation

SpiraTeam Migration and Integration Guide Inflectra Corporation / SpiraTeam Migratin and Integratin Guide Inflectra Crpratin Date: December 5 th, 2017 Cntents 1 Intrductin... 1 2 Imprting frm Micrsft Excel... 2 3 Imprting frm Micrsft Excel (Office365)... 18 4 Imprting

More information

Employee Self Service (ESS) Quick Reference Guide ESS User

Employee Self Service (ESS) Quick Reference Guide ESS User Emplyee Self Service (ESS) Quick Reference Guide ESS User Cntents Emplyee Self Service (ESS) User Quick Reference Guide 4 Intrductin t ESS 4 Getting Started 5 Prerequisites 5 Accunt Activatin 5 Hw t activate

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

Using Radio Buttons in Web Template

Using Radio Buttons in Web Template Using Radio Buttons in Web Template Applies to: SAP BW 3.5. For more information, visit the Business Intelligence homepage. Summary One of the ideal requirements in the BW Web Reporting is the user wants

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

STUDENTS/STAFF MANAGEMENT -SUMMATIVE

STUDENTS/STAFF MANAGEMENT -SUMMATIVE SUMMATIVE AND STATE-LEVEL TESTING STUDENTS/STAFF MANAGEMENT -SUMMATIVE This Students/Staff Management Guide is written fr leaders at schls r the district wh: Prepare and uplad a rster f students and staff

More information

Frequently Asked Questions Read and follow all instructions for success!

Frequently Asked Questions Read and follow all instructions for success! Frequently Asked Questins Read and fllw all instructins fr success! Last Updated December 2016. Visit mccartheydressman.rg and click HELP fr updates Apr 16 Jan 14 PREPARE Jan 15 - Apr 15 SUBMIT READ all

More information

Xcelsius Tricks Part 5 Create a Loading Bar in SAP Crystal Dashboard and Presentation Design (Xcelsius 2008)

Xcelsius Tricks Part 5 Create a Loading Bar in SAP Crystal Dashboard and Presentation Design (Xcelsius 2008) Xcelsius Tricks Part 5 Create a Loading Bar in SAP Crystal Dashboard and Presentation Design (Xcelsius 2008) Applies to: SAP Crystal Dashboard and Presentation Design (Xcelsius 2008). For more information,

More information

INFocus Health Screenings Report

INFocus Health Screenings Report INFcus Health Screenings Reprt Abut This Reprt This reprt will shw health screenings by schl fr a selected schl(s) and screening(s) between a specified date ranges. Quick Reference Guide STI_0529131310

More information