• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Creation of a Sort Set

Gladiator66

Well-known member
I am having trouble getting a new sort set to work. This is the first time that I have tried to create a sort set. I added the sort set to an existing 1st file that originally only contained sources. However, after I saved the change to the 1st and performing a quick reload, I received the following error when testing.:

Syntax error in 'eval' script on line 14
-> Non-existent sortset 'HightoLow' referenced by script.

The code added at the bottom of the the 1st File is as follows:

<sortset
id="HightoLow"
name="Longest range first">
<sortkey isfield="yes" id="abValue" isascend="no"/>
<sortkey isfield="no" id="_Name_"/>
</sortset>

Let me know if you have any thought regarding what I may be missing. Thanks.
 
Back
Top