Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. List of items with status nn checked out since yyyy-mm-dd

    List of items with status nn checked out since yyyy-mm-dd

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Desired Outcome Goal:
    How to produce a list of items with z30_item_status nn which were checked out after date yyyy-mm-dd (and are still on loan), with barcode and title included.

    Procedure:
    Use the following SQL:

    > s+ xxx50
    SQL-xxx50> select /*+ DYNAMIC_SAMPLING(2) ALL_ROWS */ z36_rec_key, z30_barcode, z36_loan_date, z13_title from z36, z30, z103, fda01.z13 where z36_item_status = '05' and z36_loan_date like '2014%' and z30_rec_key = z36_rec_key and Z13_REC_KEY = substr (Z103_REC_KEY_1,6,9) and substr (Z103_REC_KEY_1,1,5) = 'FDA01' and substr (Z103_REC_KEY,6,9) = substr (Z30_REC_KEY,1,9) order by z36_loan_date;

    Additional Information

    Though ret-adm-01 will retrieve items with a particular item status and cir-04, items which are on loan, there is no report which combines these. The above SQL does that.

    Category: Circulation (500)


    • Article last edited: 1/27/2015
    View article in the Exlibris Knowledge Center
    1. Back to top
      • List of invoice lines with blank order numbers
      • List of loans in military time
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 20
      2. Circulation (500)
      3. contype:kba
      4. Prod:Aleph
      5. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved