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. Booking transactions (event-type 91) missing from p_cir_30 circ statistics

    Booking transactions (event-type 91) missing from p_cir_30 circ statistics

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    The p_cir_30 Circulation Statistics report is not counting booking transactions that turned into loans.

    Resolution:
    The z35_event_type for a booking loan is "91":

    90 = Booking
    91 = Booking turning to loan

    Type 91 is not included in the /alephm/sql_stat/cir_stat_nn..._param.sql. (Only types 50-59 are included.) We need to change this so that 91 is also included.

    Example. In cir_stat_07_stat_bor_param.sql, change:

    count(decode (&&1..Z35.Z35_EVENT_TYPE,'50',1,
    '51',1,
    '52',1,
    '53',1,
    '54',1,
    '55',1,
    '56',1,
    '57',1,
    '59',1)) LOANS,

    to:
    count(decode (&&1..Z35.Z35_EVENT_TYPE,'50',1,
    '51',1,
    '52',1,
    '53',1,
    '54',1,
    '55',1,
    '56',1,
    '57',1,
    '59',1,
    '91',1)) LOANS,


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Booking request: "Search for an Administrative Record" options
      • Boolean operators in the title and the title can't be found
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. 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