February 11-13, 2019 Raleigh, NC.

Slides:



Advertisements
Similar presentations
PubMed Overview From the main HINARI webpage, we can access PubMed by clicking on Search HINARI journal articles through PubMed (Medline). Note: If you.
Advertisements

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Login to eShip Global eShip Global is an online shipping service providing access to contracted shipping carriers for outbound letters and packages. For.
Go to ‘Site Actions’ ‘View All Site Content ‘View All Site Content’
GALVESTON COUNTY, TX P-CARD TRAINING GALVESTON COUNTY.
P&G Supplier Portal Training
Web ADI - Srinivas.M. Purpose Data upload into Oracle Applications Solution: Web ADI brings Oracle E-Business Suite functionality to a spreadsheet, where.
Wincite Introduces Knowledge Notebooks A new approach to collecting, organizing and distributing internal and external information sources and analysis.
Information & Library Services A guide to using LexisNexis Butterworths to find full-text newspaper articles Alice Fulcher September 2006.
Cognos 8.4 Upgrade Business Intelligence. Why Cognos 8.4 Increased Performance on Database due to optimized SQL and more filters passed in native SQL.
Quick Start Guide. This 22 page introduction to the Financial Assessment Subsystem provides the user with a visual overview of the components of the system.
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
Create Your Own Webpage. Today’s Agenda Cut & paste code Notepad++ or Notepad at home FTP Web Hosting Wordpress.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
Using the EBSCOhost Research Databases ACCESS EFFECTIVE SEARCHES PRINT AND SAVE AND CITE.
© 2002 Railinc. All rights reserved. 1 Copyright © 2005 All rights reserved. Customized Parameter Trace.
BETTER MANAGING OUR TIME KRONOS TIMEKEEPER SCHEDULING TRAINING YMCA OF METROPOLITAN DALLAS August 30, 2015.
.NET Validation Controls MacDonald Ch. 8 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
Part 1 – PubMed Interface, Display options, Saving, Printing, and ing results. Instructions This part of the course is a PowerPoint demonstration.
Limits From the initial (HINARI) PubMed page, we will click on the Limits search option. Note also the hyperlinks to Advanced search and Help options.
Bob Samson Creating and Maintaining Courses in Netspace Program Director, Cisco Faculty June 18, 2015 Mesa Community College, AZ.
State of Kansas Travel Authorizations Statewide Management, Accounting and Reporting Tool Entering a Travel Authorization Navigation: Employee Self Service.
Limits From the initial (HINARI) PubMed page, we will click on the Limits search option. Note also the hyperlinks to Advanced search and Help options.
V 1.0Slide 1 Staff - Training Information Click “Add” button to add a training record.
A user guide to accessing, reviewing and contributing to the Online Registry System.
The Basics of Managing Your Department Website March 8, 2012.
Part 1 Slide 1 4 Steps to Conducting a Complete MarcoPolo Field Training 4 Steps to Conducting a Complete MarcoPolo Field Training A Field Trainer’s Guide.
LOGIN PAGE Login Page Support CRM:
P&G Supplier Portal Training
Dockage Standard User Test User 7/24/08. Dockage For New Test Must have Standard User Access for Dockage to initiate new Dockage checktest. Select FGIS-928.
Using Custom Submission Questions and Questionnaires in Editorial Manager™ Created by J. Strusz (9/21/2010)
Introduction to EBSCOhost
Module X. SMS and Broadcasting
Applicant Profile® G.A.T.E.® Test Administration Training UPS MAPP.
Web-based Information Science Education
A Complete guide to Summer 2016 Registration Once you’re logged into WyoRecords Click on Registration *Slides will forward after 6 seconds or by mouse.
Parts.cat.com Client training 2017.
Mail Merge for Lotus Notes and Excel User Guide
Faculty/advisor Portal training guide
Explanation of the demo scripts and installation guide
Administrator Training
Parts.cat.com Client training 2016.
A Complete Guide to Summer 2016 Registration Once you’re logged into WyoRecords, click on Registration *Slides will forward after 6 seconds or by mouse.
Managing Student Test Settings
Enrolling in Classes using Tiger Center
Managing Rosters Screener Training Module Module 5
E-permits Tutorial for first-time users
InControl R2 Overview Running Reports.
Exception Basics DARS provides authorized users a means to override requirements for individual students.
Navigating support.arcserve.com
JavaScript Form Validation
User names must be requested through the clinical outcomes team
FINDING INFORMATION ON THE INTERNET
Overview of Contract Association Batch Upload
Introduction to EBSCOhost
Introduction to RefWorks
February 11-13, 2019 Raleigh, NC.
To access our web services, go to……
MIS 3200 – Unit 2.2 Outline What’s the problem with bad data?
September 12-14, 2018 Raleigh, NC.
10 Steps to Prepare for a New Semester
Upload/Download Inventory
Quick Guide for Online Ordering
Upload/Download Inventory
.NET Validation Controls
Presentation transcript:

February 11-13, 2019 Raleigh, NC

Informer 4: Creating and Using Functions Presenter: Sarah Rodger Informer Support Specialist

I4: Why Functions? Avoid… Easier for end users Reduces need for copy-pasting code Consistent results/everyone does it the same way Make changes in one place instead of each report

I4: How to Create Functions Need JavaScript knowledge Mappings > Functions > Add Function Almost same code as calculated script columns except: Pass Parameters Use Return statements (missing returns are the #1 mistake)

I4: Function Parameters Use Parameters in the place of Column Aliases Specify the Parameter’s Data Type Label: a prompt to the user for parameters

I4: Function Error Checking Provide error checking Check for null values Check for valid ranges You can’t be sure what users will pass in via the parameters

Total Numeric Multivalues Format Dates Combining Text Fields I4: Function Examples Total Numeric Multivalues Format Dates Combining Text Fields

I4 Functions: Total Multivalues

I4 Functions: Format Dates

I4 Functions: Combine Text Fields

I4: Using Functions New Calculation > Script > Function Icon

I4: Using Functions Click to Select Parameters from drop down menus

I4 Using Functions Creates this column…

I4 Functions: Live Demo Use Cases: Creating a Hyperlink from a URL totalMV formatDate

I4 Functions: More Info You can package Functions They are schema independent You can search for reports that use a function via the “Calculated Column Audit” report found here: Download Informer Mappings and Package of Reports

I4 Functions: More Info You can download a package of functions: Informer Functions Package (Import Functions to Use with Calculated Columns) Here: http://delivery.entrinsik.com/support/informer/downloads/index.php The package includes: leftPadDecimal, newArrayOfObjects, sortArrayDesc formatDateArray, formatDate, MaxValueOfArray newArrayOfDecimals, sortArrayAsc, newArrayOfText sumAnArray, AverageOfValuesOfArray, CountDaysBetweenDates reportLink, rightPadDecimal, map, MaskSSN, staticDate newArrayOfIntegers, firstValueOfArray, newArrayOfDates lastValueOfArray, returnNthValueInArray, MinValueOfArray

I4 Functions: Help See Help Center Article: Report for Scheduled Report details - including Email Addresses for a list of Scheduler Functions Download the Informer JavaScript Guide for more on Informer Javascript and detail on creating functions. See Help Center page: Training and User Guides

Thank you! Any Questions? Informer 4 Overview Thank you! Any Questions?

February 11-13, 2019 Raleigh, NC