How to Sort a Drop Down List in the Master Catalog and the Sort Precedence.

How to Sort a Drop Down List in the Master Catalog and the Sort Precedence.

book

Article ID: KB0087026

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
If you need to sort only the first attribute of the selected attributes, specify order attribute as follows:

&ltselect novalue='default' order='1'>
    &lttable source='sql'>
        &ltliteral&gtLNA_PRICE_SEGMENT/PRODUCTID</literal>
        &ltliteral&gtLNA_PRICE_SEGMENT/SHORTDESC</literal>
</table>
</select>

Also, please note that the sorting precedence is in the following order

1. Numbers
2. Strings starting with capital case letters
3. Strings starting with small case letters

If you have any further questions please contact Tibco Support.

Issue/Introduction

How to Sort a Drop Down List in the Master Catalog and the Sort Precedence.