Yoel Kortick Senior Librarian Alma Product Management

Slides:



Advertisements
Similar presentations
1 How to use the CASE condition to change text in an Alma Analytics report Yoel Kortick Senior Librarian, Ex Libris.
Advertisements

1 Using Analytics as a retrieval tool for global data update Yoel Kortick Senior Librarian, Ex Libris.
How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
1 How to make an Alma Analytics report accessible to run from the Alma dashboard Yoel Kortick Senior Librarian, Ex Libris.
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
1 Yoel Kortick Senior Librarian Alma Product Management 245 $$a Group Settings for Electronic Resources 246 $$a How to control access to electronic resources.
Alma Analytics Usage Yoel Kortick | Senior Librarian.
1 Introduction to Remote Storage Yoel Kortick Senior Librarian.
© 2016 Ex Libris | Confidential & Proprietary Publishing non-preferred terms to Primo Harvard University April Yoel Kortick Senior Librarian
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
1 Yoel Kortick Senior Librarian Adding a local Electronic Collection.
© 2015 Ex Libris | Confidential & Proprietary Bound together titles Harvard University April Yoel Kortick Senior Librarian
© 2015 Ex Libris | Confidential & Proprietary An Introductory Explanation of Alma Analytics Yoel Kortick | Senior Librarian.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick | Senior Librarian Primo Analytics.
1 How to use the TIMESTAMPDIFF parameter to perform a mathematical operation on two columns in an Alma Analytics report Yoel Kortick Senior Librarian.
1 Designing and using normalization rules Yoel Kortick Senior Librarian, Ex Libris.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick| Senior Librarian How to use the output of one Alma Analytics report as the input for a subsequent.
1 Yoel Kortick Senior Librarian Alma Product Management Inter- institutional fulfillment in a collaborative network.
1 Yoel Kortick Senior Librarian Working with the Alma Community Zone and Electronic Resources.
© 2016 Ex Libris | Confidential & Proprietary How to use an indication rule to retrieve all records with no language in the 008 field Yoel Kortick Senior.
1 Discovery Interface Display Logic Yoel Kortick Senior Librarian.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
1 Combining two subject areas in an Alma Analytics Report Yoel Kortick Senior Librarian.
1 Patron Blocks - Librarian assigned and system assigned Senior Librarian Yoel Kortick.
© 2015 Ex Libris | Confidential & Proprietary Conservation Laboratory Work Orders Harvard University April Yoel Kortick Senior Librarian
Merge Rules and Routines
Yoel Kortick Senior Librarian
Conservation Laboratory Work Orders Harvard University April 18-19
Using the “Available For” Group Settings
How to separate semicolon delimited values to separate columns
New service, p-ret-adm-03 (Advanced General Retrieval Form) Version 21 rep_ver # Yoel Kortick Alma Global Support Manager
Indication rules and set filtering Harvard University April 18-19
How to create links from an Alma Analytics report to Primo
How to add a non-Analytics widget to the Alma Dashboard
How to set up an RSS feed New Book List in Alma
ProQuest Ebook Central and SUSHI Harvesting in Alma
New and emerging acquisitions workflows Purchase requests
Editing the title level overlap analysis to include additional fields on the overlap Yoel Kortick | Senior Librarian.
How to create an analytics widget and add it to the Alma dashboard
Yoel Kortick Senior Librarian
Creating links from an Alma Analytics report to an external web page
Patron Driven Acquisition (PDA) Demand Driven Acquisition (DDA)
Digitization Requests Flow
Authorities in Alma and F3
Integration of Analytics in Alma Viewing usage data in Alma
New and emerging acquisitions workflows Item search in Amazon
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Relative Date Filters in Alma Analytics
Alma Analytics Usage Yoel Kortick | Senior Librarian.
Real-Time Acquisition (RTA) integration with OASIS platform
Alma Consortial Analytics
How to duplicate (merge) cells per column in an Alma Analytics report
Yoel Kortick Senior Librarian
How to create links from an Alma Analytics report to Primo
Benchmark Analytics Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian Alma Product Management
Fulfillment Unit Rule based on Process Type
In House Use and Alma Analytic reports for In House use
Yoel Kortick Senior Librarian
New Features in Alma Analytics
Yoel Kortick Senior Librarian
Indication rules and set filtering
Contributing to and Contributed By in the Alma Community Zone.pptx
Real-Time Acquisition (RTA) integration with OASIS platform
Configuring and using the Accession Number and Inventory Number
Alternate graphic representation 880 field
How to use SDI Version 16 Yoel Kortick.
Yoel Kortick Senior Librarian
Presentation transcript:

Yoel Kortick Senior Librarian Alma Product Management How to retrieve all requests which have a different pickup location than the library of the item Yoel Kortick Senior Librarian Alma Product Management  Ex Libris Ltd., 2013 - Internal and Confidential

Agenda Introduction Creating the report Using CASE WHEN The final report

Introduction This presentation will show two subjects: How to retrieve all requests which have a different pickup location than the library of the item In essence this retrieves items which require transit How to use the CASE WHEN parameter when designing in a report. This report works on the “Requests” subject area which is available from the April 2014 release

We will use the CASE WHEN parameter to assign a numeric value of Introduction We will use the CASE WHEN parameter to assign a numeric value of 1 when the item library is equal to the request pickup library 0 when the item library is not equal to the request pickup library Then we will filter by “0” to get the cases where item library is not equal to the request pickup library

Agenda Introduction Creating the report Using CASE WHEN The final report

Creating the report In analytics we will choose ‘New > Analysis > Select Subject Area > Requests’

Creating the report From the Criteria tab select the fields you wish to appear in the report In addition to the fields you wish to appear also choose any other field. This “extra” field will later be used for ‘edit formula’ to perform our ‘CASE WHEN’ formula.

Creating the report We will choose these fields Bibliographic Details : Title Bibliographic Details : Author Library Unit : Library Name Request Details : Pickup Location (once to display and once to do CASE WHEN) Requester : First Name Requester : Last Name

Creating the report Here is criteria tab of the report at this stage

Creating the report If desired filter by request type

Creating the report Here we are filtering by ‘Patron Physical Item Request’

Agenda Introduction Creating the report Using CASE WHEN The final report

Using CASE WHEN In one of the ‘Pickup Location’ fields choose ‘Edit Formula’

Using CASE WHEN In the window that opens enter: CASE WHEN "Request Details"."Pickup Location" = "Library Unit"."Library Name" THEN 1 ELSE 0 END

Using CASE WHEN Now on this field we will filter for 0 so we get all cases of pickup location not equaling library name

Using CASE WHEN In the results tab remove the ‘CASE WHEN’ field from display by editing and moving to “excluded” Education Law Tom Smith Education Medicine Tony Jones Main Medicine Angel Cohen

Using CASE WHEN In the results tab remove the ‘CASE WHEN’ field from display by editing and moving to “excluded”

Agenda Introduction Creating the report Using CASE WHEN The final report

The final report Education Law Tom Smith Education Medicine Tony Jones Main Medicine Angel Cohen In all cases the Library of the item differs from the pickup location of the request. This it requires transit

Thank You