How to Sort a Drop Down List in the Master Catalog and the Sort Precedence.
book
Article ID: KB0087026
calendar_today
Updated On:
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:
<select novalue='default' order='1'>
<table source='sql'>
<literal>LNA_PRICE_SEGMENT/PRODUCTID</literal>
<literal>LNA_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.
Feedback
thumb_up
Yes
thumb_down
No