Supercharge imis with IQA Reporting

Size: px
Start display at page:

Download "Supercharge imis with IQA Reporting"

Transcription

1 Supercharge imis with IQA Reporting Tuesday, May 23, :30 am 11:30 am Melissa Mack, Intuitive Business Concepts

2 AGENDA What is IQA? What can IQA do and where is it used? How to create IQA queries Sources and Business Objects (IBOs) Security Queries for: Contact lists Committees dues details membership status renewal rates Questions and Answers

3 What is IQA Intelligent Query Architect (IQA) Tool which provides simple access to extract or compile imis data for: Reports (on screen or on paper) merges Dashboards Process Automation more... Create sophisticated queries with little to no SQL knowledge. Built into imis, not a third party tool.

4 What can IQA do and where is it used?

5 Drive Searches

6 Generate & Export Lists

7 Counts & Track Goals Progress Tracking bars

8 Create Lists

9 How to create an IQA query 5 quick steps : Give your IQA a name/description : Identify what data to use* : Identify how to filter/search the data : Select fields to display in your output : Identify how to order the results ( Order) *Most difficult task. Our first IQA will be a simple contact list. Additional tips on finding data to follow.

10 New IQA Query On your Staff Site, browse to RiSE >> Intelligent Query Architect

11 New IQA Query (continued) Recommended: Create a consistent place to store your custom IQAs that won t be overwritten during an upgrade! Browse to or create a folder to contain your IQAs. Click New > Query

12 New IQA Query: ( Order) Enter a name Optional: Add a description & Caption Text Note that the SQL section is blank Next step- Click Sources

13 New IQA Query: ( Order) Enter a name Optional: Add a description & Caption Text Note that the SQL section is blank Next step- Click Sources

14 New IQA Query: Sources ( Order) Click [Add Source]

15 New IQA Query: Sources ( Order) Opens by default in the Common >> Business Objects folder Can re-size window sections Can use quick find if you know the name & if in this folder

16 New IQA Query: Sources ( Order) Select CsContact Click [Ok] cscon *Repeat for additional source, as needed.

17 New IQA Query: Sources ( Order) Adding another source for demographics: Click [Add Source] again Select CsName_Demo Click [Ok] *Repeat for additional source, as needed.

18 New IQA Query: Sources ( Order) Once you have added all of your sources, they must be joined together. Most joins are performed automatically Custom Relationships can be created (+). CsContact.IMIS Id= CSName_Demo.Id

19 New IQA Query: ( Order) One or more specific search conditions. Filter options: Property Function Comparison Multiple Value Prompt Select a property from the drop down arrow NOTE, Property is the datapoint (aka field or column of data)

20 New IQA Query: ( Order) We will select CsContact.Status Note property s are displayed in alphabetical order

21 New IQA Query: ( Order) Comparison, defaults to Equal

22 New IQA Query: ( Order) Value, provides a available values for this Property (field)

23 New IQA Query: ( Order) You MUST click the + icon to add this filter to your query

24 New IQA Query: ( Order) You can ADD additional filters

25 New IQA Query: ( Order) We will add Member type = Student Member

26 New IQA Query: ( Order) Fields to will default Can add/remove & re-order columns To Add columns, must change what you can see by selecting from the View Selected columns dropdown change to View All Columns

27 New IQA Query: ( Order) Now, available properties are listed for your selection

28 New IQA Query: ( Order) We will scroll down to select . Click [Refresh] to show changes in field additions and sort order

29 New IQA Query: ( Order) We will scroll down to select . Click [Refresh] to show changes in field additions and sort order JJ Tip: Use CTRL+F to find the fields you want if the list is long.

30 New IQA Query: ( Order) Select the Property (field) to sort on from drop-down Select Ascending or Descending Click + button to save NOTES - Can have additional sub sorts - Properties selected to sort on *do not* have to be in the display fields

31 New IQA Query: RUN Click the Run tab to run your report Recommend often clicking [Save]

32 More about Sources ( Order) imis Business Objects Standard Cs objects representing imis data from the legacy modules (Customer, Billing, Events, Orders, etc.) Net objects represent information from Process Manager and other.net modules Custom You can create custom business objects that take fields from different tables and put them into one IBO. Use a naming standard for custom business objects. Naming example: prefix with the organization name

33 More about Sources ( Order) Query Objects IQAs can be created based on one or more sources and you can use the results of one query as input for another. cscontact vs. NetContact cscontact for older versions of imis may have had additional fields Recommend using NetContact now MUST use any time you link an ID field or use loggedin or selecteduser parameters in an IQA query NetContact is now required for any IQA queries from which you'll create a group

34 More about Sources ( Order) POPULAR SOURCES (IBOs) Customers CsContact / NetContact* CsActivity CsAddress CsCommittee CsMemberType CsRelationships CsNameLog Billing CsDuesHistory CsSubscriptions Events CsEvents CsEventHistory CsFunction CsRegistration

35 More about Sources ( Order) A visual from Classic imis CsContact CsDemo CsAddress Activity

36 More about Source Joins ( Order) Relations (JOINS) The part of a query definition that specifies a relationship between two or more sources. Important: Relationships prefilter the data in the two sources allowing the query to run faster and with less impact on the system. If you specify multiple sources for a query but forget to define relationships among the sources, imis reminds you that one or more sources have not been related.

37 More about Source Joins ( Order) JOINS OPERATOR The specific type of relationship between two sources. The following relationship operators are available in IQA. Each operator builds a different temporary source against which the query is run: Equals - Defines an INNER JOIN between the two sources in the SELECT statement that builds the query table. Left Join - Defines a LEFT OUTER JOIN between the two sources in the SELECT statement that builds the query table. Exists - Defines an EXISTS sub-query. Not Exist - Defines a NOT EXISTS subquery Or Exists - Defines an OR EXISTS subquery Or Not Exist - Defines an OR NOT EXISTS

38 More about Source Joins ( Order)

39 Sample query for Committee Roster with Mailing Addresses ( Order) 1. Information 2. Sources & Joins To change the Join for NetContact to CsAddress, I will remove (X) the one that populated by default and ADD the Mail Address Num link to get the mailing address instead of the billing address

40 Sample query for Committee Roster with Mailing Addresses ( Order) More on tab: CsCommitteeCode-To ask the user for input, we use a Prompt Prompt: Allows the end user to be prompted to enter a value for the field being filtered Prompt options: - No: User will not see the field - Optional: User sees the field and can enter a value but is not required - Required: User must enter data into the field

41 Sample query for Committee Roster with Mailing Addresses ( Order) Selected fields to display from the multiple data sources

42 Sample query for Committee Roster with Mailing Addresses ( Order) Lastly, we decided to sort by RANK first than last, first name

43 Sample query for Committee Roster with Mailing Addresses ( Order) RUN With Prompts on now asks the user to enter the Code * Indicates required input

44 Sample query for Committee Roster with Mailing Addresses

45 IQA: More about ( Order) We can name or provide additional text for prompting the user s input

46 IQA: More about ( Order) Committee Code

47 IQA: More about ( Order) Original Membership Contact List had No Prompts & of Member type = Student Member and Status = Active Let s add prompts with our own names, default values, and allow for multiple member type selection by the user

48 IQA: More about ( Order) Allows for there to be multiple values For example multiple Member types Student Affiliate Individual Entering a Value will set a default when prompting the user

49 IQA: More about ( Order) Prompts the user to Enter member types, with default selected of Affiliate, allows multiple member types to be selected

50 IQA: More about, Connectors ( Order) Connector: Allows you to connect multiple filters or groups of filters together For example, if you wanted all contacts who live in Chicago or are inactive *And is the default connection between filters without a specified connector

51 IQA: More about, Function ( Order) Function (on a Filter): Summarizes some characteristic of the current set of rows. The functions that are available depends on the data type of the column you selected. Note: You may need to select only one column when using a function depending on the function and data set. For example, if you want the maximum ID, ID must be the only column listed on the tab. Can be used in conjunction with the sub-total option in the tab

52 IQA: More about, Function ( Order) Available Functions (on a Filter), only available based on property s type: Avg - Returns the average of the values in the specified column (Numeric data type only) Count - Returns the number of rows that are in the table or that meet certain conditions (Any data type) Max - Returns the maximum value found in the specified column (Character and numeric data types) Min - Returns the minimum value found in the specified column (Character and numeric data types) Sum - Returns the sum of all values found in the specified column (Numeric data type only)

53 IQA: More about ( Order) FUNCTION Summarizes some characteristic of the current set of rows. The functions that are available depends on the data type of the column you selected. Same as those available in : Avg - Returns the average of the values in the specified column (Numeric data type only) Count - Returns the number of rows that are in the table or that meet certain conditions (Any data type) Max - Returns the maximum value found in the specified column (Character and numeric data types) Min - Returns the minimum value found in the specified column (Character and numeric data types) Sum - Returns the sum of all values found in the specified column (Numeric data type only)

54 IQA: More about ( Order) ALIAS An alternate name for a column (property) For example: First Name = First Last Name = Last Company = Organization Can be used with Link to create a hyperlink to a record in the IQA results* See documentation at Intelligent_Query_Archit ect_/adding_links_to_iqa_results.htm?highlight=alias

55 IQA: More about ( Order) LINK Converts the field into a link For example: Name > Profile Page ~/Party.aspx&ID= [code_id] > Opens new mailto:[ ] See documentation at Intelligent_Query_Archit ect_/adding_links_to_iqa_results.htm?highlight=alias

56 IQA: More about ( Order) SUBTOTAL columns can be subtotaled and totaled Sort order on TAB controls order of subtotaling Groups the results that can be expanded. For Example: If you have a report of giving history, you can group all of the donors gifts under their name, and can click to see details of all of their gifts.

57 IQA: More about ( Order) Only display unique results If two or more rows are returned with the same results, only one row is displayed

58 Sample query using Subtotals in Dues & Details ( Order)

59 Sample query using Subtotals in Dues & Details ( Order)

60 Sample query using Subtotals in Dues & Details ( Order)

61 Sample query using Subtotals in Dues & Details ( Order)

62 Sample query using Subtotals in Dues & Details ( Order)

63 Sample query using Subtotals in Dues & Details

64 Thank You To Our Sponsors Strategic Partners Corporate Partners Americaneagle.com Ascension Technology Solutions, LLC Association Technologies, Inc. Bursting Silver CadmiumCD ensync Corporation Informz ISG Solutions MemberPrime RSM US LLP Visual Antidote Event Partners Armstrong Enterprise Communications Computer System Innovations C Systems Global ifinity Intuitive Business Concepts Lane Services, LLC Source of Knowledge (Official Recording Partner) TGD Communications

Report Builder: Creating Custom SSRS Reports From IQA

Report Builder: Creating Custom SSRS Reports From IQA Report Builder: Creating Custom SSRS Reports From IQA Tuesday October 3, 2017 1:00 pm 2:30 pm Judy Zatz, C Systems Global Objective To learn how to do use Microsoft s Report Builder to Make simple changes

More information

IQA Introduction. NiUG Toronto - Aug 17, 2017 Jason Bartlett - NFPLogic

IQA Introduction. NiUG Toronto - Aug 17, 2017 Jason Bartlett - NFPLogic IQA Introduction NiUG Toronto - Aug 17, 2017 Jason Bartlett - NFPLogic Agenda and Format August 17, 2017 10:30am - 12:30am (lunch at 12:30PM) Break 11:30-5 minutes Coffee in/out IQA terminology and Structure

More information

From Desktop to Staff Site: Making the Change

From Desktop to Staff Site: Making the Change From Desktop to Staff Site: Making the Change Wednesday, April 4, 2018 8:30 AM 12:00 PM Mark L. Jones, CAE ensync Corporation Agenda Understanding the Staff Site Overview Profile Management configuration

More information

Using imis Security for Access Control

Using imis Security for Access Control Using imis Security for Access Control Friday, April 6, 2018 11:15 AM 12:15 PM Bruce Wilson, Senior Director, Technology and Management Consulting RSM US LLP About me Senior Director, Technology and Management

More information

IQA Advanced. Lori Bertrand C Systems Global

IQA Advanced. Lori Bertrand C Systems Global IQA Advanced Lori Bertrand C Systems Global Advanced IQA Advanced Options in Sources Tab Advanced Options in Filters Tab Advanced Options in Display Tab Advanced Options in Security tab IQA Groups Other

More information

CREATING BUSINESS OBJECTS FOR REPORTING JASON ROWE ADVANCED SOLUTIONS INTERNATIONAL

CREATING BUSINESS OBJECTS FOR REPORTING JASON ROWE ADVANCED SOLUTIONS INTERNATIONAL CREATING BUSINESS OBJECTS FOR REPORTING JASON ROWE ADVANCED SOLUTIONS INTERNATIONAL AGENDA Understanding business objects Business object physical representation Working with Business Object Designer &

More information

Process Automation: More than Simply Automating Processes

Process Automation: More than Simply Automating Processes Process Automation: More than Simply Automating Processes Friday, April 06, 2018 9:35 a.m. 10:35 a.m. Mia Redovan, Application Manager, American Academy of Physical Medicine and Rehabilitation Brenda J.

More information

Advanced IQA. DDI: +44 (0) Mobile: +44 (0) Web:

Advanced IQA.   DDI: +44 (0) Mobile: +44 (0) Web: Advanced IQA Presented by: Keith Robertson Email: keith.robertson@mast-ict.com DDI: +44 (0)20 8133 4752 Mobile: +44 (0)7810545758 Web: www.mast-ict.com Table of contents Advanced IQA... 0 Table of contents...

More information

Process Automation & Communications. Jeff Spring, ASI

Process Automation & Communications. Jeff Spring, ASI Process Automation & Communications Jeff Spring, ASI AGENDA Understanding Process Automation and Communications Who is this guy? Why is he up there talking like he knows something? Why does he talk funny?

More information

Company. Business Online Banking Admin - Company. Company - Profile. Company - BAI Settings

Company. Business Online Banking Admin - Company. Company - Profile. Company - BAI Settings Company The Company page displays information specific to your Business. Additional function tabs or sub-menus are available to view information and settings specific to the company. From here you can

More information

Advance SSRS Reporting. Aun Ali Baghdadwala System Analyst Reporting, Enform Canada

Advance SSRS Reporting. Aun Ali Baghdadwala System Analyst Reporting, Enform Canada Advance SSRS Reporting Aun Ali Baghdadwala System Analyst Reporting, Enform Canada Agenda Introduction - 9:00 to 9:10 am (10 min) Presentation Part 1-9:10 to 9:30 am (20 min) Activity 1-9:30 to 10:00 am

More information

IMIS BUSINESS OBJECTS Bruce McPhail Karapoti Consulting

IMIS BUSINESS OBJECTS Bruce McPhail Karapoti Consulting IMIS BUSINESS OBJECTS Bruce McPhail Karapoti Consulting AGENDA IMIS BUSINESS OBJECTS WHERE TO FIND YOUR DATA 1. What is a Business Object? 2. How are BO s Derived? 3. Which BO s to use and Where 4. When

More information

CREATE AN SSRS REPORT WITH IQA

CREATE AN SSRS REPORT WITH IQA 1 CREATE AN SSRS REPORT WITH IQA It is important to do some planning before you begin writing reports. An early decision you will need to make for each report is whether or not you wish to use an IQA query

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

PowerScheduler Course Tally Worksheet instructions.

PowerScheduler Course Tally Worksheet instructions. PowerScheduler Course Tally Worksheet instructions. This document will describe the process of copying course request information from PowerSchool into an Excel Course Tally Worksheet. Once the information

More information

Microsoft Access Illustrated. Unit B: Building and Using Queries

Microsoft Access Illustrated. Unit B: Building and Using Queries Microsoft Access 2010- Illustrated Unit B: Building and Using Queries Objectives Use the Query Wizard Work with data in a query Use Query Design View Sort and find data (continued) Microsoft Office 2010-Illustrated

More information

Automate Everyday Tasks with Process Automation

Automate Everyday Tasks with Process Automation WEBINAR SERIES Automate Everyday Tasks with Process Automation Presented by: ABOUT ATS Serving imis community since 1995 Full-service Authorized imis Solutions Provider (AiSP) Application development to

More information

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9

1 SEARCHING FOR A MEMBER SEARCHING FOR A WI ADDING A NEW MEMBER HOW TO ADD A DUAL MEMBER... 9 Contents 1 SEARCHING FOR A MEMBER... 2 2 SEARCHING FOR A WI... 4 3 ADDING A NEW MEMBER... 6 4 HOW TO ADD A DUAL MEMBER... 9 6 HOW TO CHANGE A MEMBER S WI... 19 7 HOW TO UPLOAD A DOCUMENT OR WEB LINK...

More information

Up-To-Date Class Rosters can be accessed through the My UW Madison portal in the Faculty Center

Up-To-Date Class Rosters can be accessed through the My UW Madison portal  in the Faculty Center INSTRUCTOR ACCESS TO CLASS ROSTERS Up-To-Date Class Rosters can be accessed through the My UW Madison portal http://my.wisc.edu in the Faculty Center You will use your NetID and Password to access My UW

More information

Crystal Reports Compiled by Christopher Dairion

Crystal Reports Compiled by Christopher Dairion Crystal Reports Compiled by Christopher Dairion Not for customer distribution! When you install Crystal Reports 9, the Excel and Access Add-In are added automatically. A Crystal Report Wizard 9 menu option

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018

Primo Analytics Workshop. BIBSYS Konferansen 20 March 2018 Primo Analytics Workshop BIBSYS Konferansen 20 March 2018 Objectives By the end of this session, you will: Understand what is Primo Analytics and OBI. Have a high-level view of how Primo Analytics is working.

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Dartmouth College maintains a data warehouse of institutional finances, student data, advancement giving and other important measures. Institutional Reporting and Analysis

More information

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 1. Entering Student Scores 2. Exclude Student from Assignment 3. Missing Assignments 4. Scores by Class 5. Sorting 6. Show Filters

More information

Mastering SmartList & Navigation Lists in Dynamics GP

Mastering SmartList & Navigation Lists in Dynamics GP Add SmartList to Your Toolbar Make a button in your toolbar: Right-click: on the Toolbar Check: The Standard Toolbar Right-click again Choose: Customize Edit: The Standard Toolbar Ensure that SmartList

More information

Learn about the Display options Complete Review Questions and Activities Complete Training Survey

Learn about the Display options Complete Review Questions and Activities Complete Training Survey Intended Audience: Staff members who will be using the AdHoc reporting tools to query the Campus database. Description: To learn filter and report design capabilities available in Campus. Time: 3 hours

More information

eopf Tips & Techniques

eopf Tips & Techniques Search, View, Print, and Save Documents Using My eopf Introduction Your electronic Official Personnel Folder, or eopf, manages all of your personnel documents, organized by virtual folders. The Permanent

More information

Setting up the Data Source Creating a Report Design Creating a Report Definition Adding it to the Queue Processing the Report

Setting up the Data Source Creating a Report Design Creating a Report Definition Adding it to the Queue Processing the Report Sunset Reports Your First Report This document will take you through the entire process of creating a simple report and putting it in the repository and having it updated each night. The steps involved

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Table of Contents ADMIN PAGES QUICK REFERENCE GUIDE

Table of Contents ADMIN PAGES QUICK REFERENCE GUIDE Admin Pages brings an all new look and feel to Banner. It delivers a fresh user experience, all new tools, and significantly improved capabilities. Admin Pages replaces underlying Banner 8 INB technology

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

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

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

How to Mail Merge a file with Microsoft Word 2003

How to Mail Merge a file with Microsoft Word 2003 2003 February 2005 How to create a query in SOS, export the report to a Text file and then use the report to do a mail merge with Microsoft Word 2003. The same example applies to any of the export options

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Updated 6-7-2013 1 Training Index Part I Introduction to the IRA Reporting Tool IRA Resources (3) Logging onto the system (4) Navigating the Dashboard (5-9) Running

More information

EDRMS Content Manager Search Guide

EDRMS Content Manager Search Guide EDRMS Content Manager Search Guide VERSION 1.0 Government Records Service Government Records Service, Province of British Columbia Contents About Searching with EDRMS Content Manager... 1 Search Methods...

More information

Unit 3 Fill Series, Functions, Sorting

Unit 3 Fill Series, Functions, Sorting Unit 3 Fill Series, Functions, Sorting Fill enter repetitive values or formulas in an indicated direction Using the Fill command is much faster than using copy and paste you can do entire operation in

More information

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Function built-in formula that performs simple or complex calculations automatically names a function instead of using operators (+, -, *,

More information

Adding and Editing Chapter and Adviser Information Logging in for the first time (Existing chapters)... 2

Adding and Editing Chapter and Adviser Information Logging in for the first time (Existing chapters)... 2 Chapter Advisers CONTENTS Adding and Editing Chapter and Adviser Information... 2 Logging in for the first time (Existing chapters)... 2 How to edit a chapter s information:... 2 How to view all chapter

More information

L Y R A U S E R M A N U A L R A I N O T E S M O D U L E

L Y R A U S E R M A N U A L R A I N O T E S M O D U L E L Y R A U S E R M A N U A L R A I N O T E S M O D U L E CONTENTS 1. RAI Summary View... 2 1.1. RAI status... 2 1.2. Rules in RAI Summary View... 3 1.3. Customize RAI Summary View... 3 1.3.1. Show/hide

More information

Workbooks (File) and Worksheet Handling

Workbooks (File) and Worksheet Handling Workbooks (File) and Worksheet Handling Excel Limitation Excel shortcut use and benefits Excel setting and custom list creation Excel Template and File location system Advanced Paste Special Calculation

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies How to Insert a New Client File To insert a new client file you can do this one of two ways. The first way is to manually insert the client file through Hawksoft. You would use this method if you are writing

More information

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017

Business Warehouse reports Running and manipulating reports. Newcastle University Andy Proctor 9 th March 2017 Business Warehouse reports Running and manipulating reports Newcastle University Andy Proctor 9 th March 2017 Table of Contents Running a business warehouse report... 2 Adding a characteristic... 4 Drag

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

Building Sustainable Customized Reports In your Practice

Building Sustainable Customized Reports In your Practice Turning Numbers Nate Moore MBA, CPA, FACMPE Into Knowledge Building Sustainable Customized Reports In your Practice Business Intelligence Data is merely the raw material of knowledge. New York Times Learning

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Eastern Bank TreasuryConnect Balance Reporting User Manual

Eastern Bank TreasuryConnect Balance Reporting User Manual Eastern Bank TreasuryConnect Balance Reporting User Manual This user manual provides instructions for setting up or editing a user and accessing services within the three Balance related groups. Within

More information

Institutional Reporting and Analysis (IRA) For help, blitz "Financial Reports", or

Institutional Reporting and Analysis (IRA) For help, blitz Financial Reports, or Institutional Reporting and Analysis (IRA) 1 Training Agenda Introduction to the IRA Reporting Tool Logging onto the system (4-5) Navigating the Dashboard (6-10) Running Reports (11-12) Working with Reports

More information

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide

Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Sage Intelligence Reporting Sage 50 U.S. Edition Intelligence Reporting Getting Started Guide Table of Contents Introduction... 2 System requirements... 3 How it works... 4 Getting started guide... 5 Running

More information

American Public Health Association s Affiliate Online Community User s Guide. October 2015 edition

American Public Health Association s Affiliate Online Community User s Guide. October 2015 edition American Public Health Association s Affiliate Online Community User s Guide October 2015 edition TABLE OF CONTENTS Getting Started- Creating Your Account.3 Getting Started- Tips and Suggestions.4 Getting

More information

If you have questions or need assistance in any way, please contact MicroEdge Technical Support.

If you have questions or need assistance in any way, please contact MicroEdge Technical Support. AngelPoints Advanced Reporting Users Guide 2017 Advanced Reporting leverages existing technologies current employed in GIFTS Online to provide AngelPoints users with a new and more robust environment to

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

TABLE OF CONTENTS CHAPTER 1. PROTOCOL APPLICATION PROCESS OVERVIEW

TABLE OF CONTENTS CHAPTER 1. PROTOCOL APPLICATION PROCESS OVERVIEW IBC Creating Protocol Applications TABLE OF CONTENTS CHAPTER 1. PROTOCOL APPLICATION PROCESS OVERVIEW... 1.1 CHAPTER 2. GENERAL INFORMATION... 2.1 2.1. STARTING AND LOGGING IN... 2.1 2.2. USING NAVIGATION

More information

Focus University Training Document

Focus University Training Document Focus University Training Document FOCUS Training: Nurses/Health Training Agenda Basic Navigation of SIS Searching for Students More Search Options Student Record and Sub menus o General Demographics o

More information

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University

Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University ReportNet Query Studio Princeton University Exercise Workbook Training Developed by Elisabetta Zodeiko, Princeton University Cognos, Impromptu, PowerPlay, and ReportNet are registered trademarks of Cognos

More information

Records and Enrollment Participants Guide

Records and Enrollment Participants Guide IBM Cognos Analytics Welcome to Cognos Records and Enrollment Training! Today s objectives include: Gain a Basic Understanding of Cognos Understand University policies on data security including FERPA

More information

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x Perceptive Nolij Web Administrator Guide Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates.. Table of Contents Introduction...

More information

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 4 Excel More Skills 13 Create PivotTable Reports A PivotTable report is an interactive, cross-tabulated Excel report used to summarize and analyze data. PivotTable reports are used to ask questions

More information

Tuesday 17 November 2015

Tuesday 17 November 2015 1 Today s session Update on WebFormZ WebFormZ versions New product features The basic principals for beginners Build a form from scratch Case Study of a real form system 2015 WebFormZ Update WebFormZ is

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER

7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER 7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER 7.1 INTRODUCTION Query is the most powerful feature of any database. A Query is a set of instructions in a logical order, required to produce the output

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

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Creating Your Own Event Badge Using Report Builder

Creating Your Own Event Badge Using Report Builder WEBINAR SERIES Creating Your Own Event Badge Using Report Builder Presented by: ABOUT ATS Serving imis community since 1995 Full-service Authorized imis Solutions Provider (AiSP) Application development

More information

Using WebCT Vista 4.0 and i>clicker

Using WebCT Vista 4.0 and i>clicker Using WebCT Vista 4.0 and i>clicker *Note: WebCT has been acquired by Blackboard and WebCT Vista has been re-named nationally to Blackboard Learning System, Vista Enterprise. However, it is still powered

More information

PeopleSoft Mobile Expenses

PeopleSoft Mobile Expenses PeopleSoft Mobile Expenses UMRUG Presentation 1 4/21/2017 2015 SpearMC SpearMC Consulting Consulting 1 Welcome and Please: Silence Audible Devices Note Fire Exits Partake of Refreshments Note Quest Staffers

More information

Office in Motion User Guide

Office in Motion User Guide Office in Motion User Guide Preface Office in Motion is your all-inclusive back office portal to everything Take Shape For Life. This User Guide will direct you through our comprehensive business management

More information

REGIONAL ADMINISTRATOR

REGIONAL ADMINISTRATOR REGIONAL ADMINISTRATOR ON-LINE USER MANUAL VOLUME I REGION ADMIN AREA https://webpoint.usavolleyball.org i Introduction Welcome to USA Volleyball Online. The online registration system was designed as

More information

North Carolina Community Colleges Business Intelligence Reporting System

North Carolina Community Colleges Business Intelligence Reporting System North Carolina Community Colleges Business Intelligence Reporting System College User Manual Creating Custom Reports Creating Custom Reports The following section will show you how to create custom reports

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Maintaining Your imis Database & Webserver

Maintaining Your imis Database & Webserver Maintaining Your imis Database & Webserver Monday, October 2, 2017 8:30 am 12:00 pm Presented by: Roger Abram C Systems Steve Wooton C Systems Introductions Roger Abram Roger Abram has worked for C Systems

More information

EHS RegTracker. User Guide. (800)

EHS RegTracker. User Guide. (800) EHS RegTracker User Guide (800) 372-1033 www.bna.com EHS RegTracker User Guide Table of Contents Getting Started.... 2 Includes Initial Setup and Logging On. Company Inbox... 5 Status Icons, Inbox Filter,

More information

You will need the unique URL for your site and your username and password to login to Data- Director.

You will need the unique URL for your site and your username and password to login to Data- Director. Getting Started Step 1: Login to the DataDirector website: You will need the unique URL for your site and your username and password to login to Data- Director. You may change your password after you login.

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

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

Asset Arena InvestOne

Asset Arena InvestOne Asset Arena InvestOne 1 21 AD HOC REPORTING 21.1 OVERVIEW Ad Hoc reporting supports a range of functionality from quick querying of data to more advanced features: publishing reports with complex features

More information

DB2 SQL Class Outline

DB2 SQL Class Outline DB2 SQL Class Outline The Basics of SQL Introduction Finding Your Current Schema Setting Your Default SCHEMA SELECT * (All Columns) in a Table SELECT Specific Columns in a Table Commas in the Front or

More information

Access 2007: Advanced Instructor s Edition

Access 2007: Advanced Instructor s Edition Access 2007: Advanced Instructor s Edition ILT Series COPYRIGHT Axzo Press. All rights reserved. No part of this work may be reproduced, transcribed, or used in any form or by any means graphic, electronic,

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

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

CMS Web Interface User Guide. Last updated: 1/5/18

CMS Web Interface User Guide. Last updated: 1/5/18 CMS Web Interface User Guide Last updated: 1/5/18 Table of Contents Introduction... 6 CMS Web Interface Enhancements for 2017... 6 Excel Template Simplification.... 6 Automatic Saving of Data.... 6 One

More information

My Query Builder Function

My Query Builder Function My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file,

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Query Objects Intellicus Enterprise Reporting and BI Platform ` Intellicus Technologies info@intellicus.com www.intellicus.com Working with Query Objects i Copyright 2012 Intellicus Technologies

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Introduction to PeopleSoft Query. The University of British Columbia

Introduction to PeopleSoft Query. The University of British Columbia Introduction to PeopleSoft Query The University of British Columbia December 6, 1999 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER 1... 1 INTRODUCTION TO PEOPLESOFT

More information

Excel 2007 Pivot Table Sort Column Headings

Excel 2007 Pivot Table Sort Column Headings Excel 2007 Pivot Table Sort Column Headings Pivot table is not used for sorting and filtering, it is used for summarizing and reporting. labels and col5 to values, as shown in the figure above (col1, col2

More information

Static query Switch to a dynamic query Hints and Tips Support... 12

Static query Switch to a dynamic query Hints and Tips Support... 12 Page 1 of 12 Product: Database Accelerator Implement Static and Dynamic Queries Title: using QueryDB In the QueryDB User Guide we discussed the possibilities offered by this web service. This document

More information

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.)

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.) Navigation Banner 9 Log into your portal and then select the Banner 9 badge. This will bring you to the Application Navigator. Application Navigator: How to access Banner forms (now called pages.) Menu

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

User Guide. 3CX Competitive Wallboard. Version

User Guide. 3CX Competitive Wallboard. Version User Guide 3CX Competitive Wallboard Version 14.0.30 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information