I have a question. Hope you can help
![]()
Need help to sort using XLATLONGNAME. Currently we have a search record that returns results in a grid (on the search page) Results are displayed in 4 columns. One of the columns has a translate value. So the sort is based on the translate value. We want it to be by the XLATLONGNAME. Is that possible.
Example (say we have the following)
Translate Value – Long Name
A – Backlog
B – Available
C – Contract
D – Entitled
E – DispatchWe do NOT want to change the translate value order. But want to use the XLATLONGNAME for the search sort.
Currently when the results are displayed, the sort is by Translate value. Say if the field 2 is the one with the above translate value, then the results show up as
Field 1 :: Field 2
Backlog :: XXXXX
Available:: XXXXX
Contract:: XXXXX
Entitled :: XXXXX
Dispatch:: XXXXX
…this is cause its sorted by Translate value.Need this to be as follows ..
Field1 :: Field 2
Available:: XXXXX
Backlog :: XXXXX
Contract:: XXXXX
Dispatch:: XXXXX
Entitled :: XXXXXThe above set is what is required – This is by XLATLONGNAME.
Thank you,
Jessica
Jessica,
You’ll likely have to create a new search record. It should be a view of the current search record joined to the XLAT item. You can then select the long name and sort on it that way.
-Tyson

