Skip to main content
Skip table of contents

SortEntry

 

SuperCROSS

Production System

SuperWEB2

Element

Format

Description

Save

Load

Load

Save

Load

SortEntry

SortEntryDefine SortBody SortEnd

      

SortEntryDefine

('FIELD_SORT' | 'AXIS_SORT')

 

Yes

Yes

Load fails.

No

Load fails.

SortBody

{FieldSortInfo | AxisSortInfo}

  • There are two different types of sorting that could be applied to SuperCROSS tables – Dimensional Sorting (also called field sorting) and Axis Sorting. Axis sorting allows you to apply only one rule to the whole axis that is being sorted whereas Dimensional Sorting allows you to apply different rules to different dimension in the axis.
  • There can be only one sort applied to the table at any time.
     

FieldSortInfo

SortAxis '(' {AxisItem} ',' {AxisItem} ')' (SortFieldInfo)+

  • AxisItem(0) – Wafer axis item being sorted on.
  • AxisItem(2) – Row or Column axis item being sorted on.

Yes

Yes

Load fails.

No

Load fails.

AxisSortInfo

SortAxis '(' {AxisItem} ',' {AxisItem} ')' SortAxisInfo

  • AxisItem(0) – Wafer axis item being sorted on.
  • AxisItem(2) – Row or Column axis item being sorted on.

Yes

Yes

Load fails.

No

Load fails.

SortFieldInfo

{RecodeName} SortAxisInfo

      

SortAxisInfo

'(' SortDirection ',' SortDerivation {',' SortRange} {',' SortSegment} {',' OtherItem} {',' TotalItem} ')'

 

Yes

Yes

Load fails.

No

Load fails.

SortDirection

('ASCENDING' | 'ASC' | 'A' | 'DESCENDING' | 'DESC' | 'D' | 'NONE' | 'NO' | 'N')

  • ASCENDING | ASC | A – Values are sorted in ascending order.
  • DESCENDING | DESC | D – Values are sorted in descending order.
  • NONE | NO | N – Values are not sorted.

Yes

Yes

Load fails.

No

Load fails.

SortAxis

('ROW' | 'COL' | 'WAFER')

 

Yes

Yes

Load fails.

No

Load fails.

SortDerivation

('FIRST' | 'F' | 'LAST' | 'L' | 'SORT' | 'S')

  • FIRST | F -Totals and derivations are placed first.
  • LAST | L -Totals and derivations are placed last.
  • SORT | S -Totals and derivations are sorted.

Yes

Yes

Load fails.

No

Load fails.

SortRange

('RANGE' SortValueRange)

 

Yes

Yes

Load fails.

No

Load fails.

SortSegment

('SEGMENT' SortValueRange)

 

Yes

Yes

Load fails.

No

Load fails.

SortValueRange

'('Integer ',' Integer')'

  • Integer(1) – Starting value range.
  • Integer(2) – Ending value range.

Yes

Yes

Load fails.

No

Load fails.

Integer

{-}PositiveInteger

      

OtherItem

'OTHER_ITEM' IdentifierString {SUPPRESS | NO_SUPPRESS}

IdentifierString – Name of the other item to add the values to that don't meet our sort requirements.

Yes

Yes

Load fails.

No

Load fails.

TotalItem

'TOTAL_ITEM' IdentifierString {SUPPRESS | NO_SUPPRESS}

IdentifierString – Name of the total item to add the values to that meet our total requirements.

Yes

Yes

Load fails.

No

Load fails.

SortEnd

('FIELD_SORT' | 'AXIS_SORT')

 

Yes

Yes

Load fails.

No

Load fails.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.