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. Change p-acq-11 (acq-claim-o-report) Sort

    Change p-acq-11 (acq-claim-o-report) Sort

    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:
    It looks like p_acq_11 has its sort hard-coded on order number. This is not particularly useful. Is there a way to sort by title?

    Resolution:
    When I printed acq-claim-o-report, it sorted by z68-doc-number.

    You can sort by any field in the XML/XSL file by inserting the following line:
    <xsl:sort select="YOUR-FIELD"/>
    in the XSL file. For example:
    <xsl:sort select="order-number"/>
    will result in sorting by order number.

    Using the example above, the following excerpt shows where it should be placed:
    <!--section-02 (GRID)-->
    <xsl:for-each select="//section-02">
    <xsl:sort select="order-number"/>
    <xsl:if test="position() = 1">
    <xsl:call-template name="section-02">
    <xsl:with-param name="header" select="'header'"/>
    </xsl:call-template>
    </xsl:if>
    <xsl:call-template name="section-02"/>
    </xsl:for-each>


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Change of 852 $$b sublibrary results in change to circ policy for connected items
      • Change patron expiration date in local sub library
    • 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