Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionValue
fieldDefines how the data will be orderedA table field.Any field name
sortorderDefine Defines the sorting order of the data.ASC or DESC

Example

Expand
titleOrder By
Code Block
themeEclipse
languagexml
titleGroup By
...
 
	<orderby>
		<field>
		<field>OUGROUPS.OUGNAME</field>        
		<sortorder>ASC</sortorder>   
		</field>
	</orderby>
 
...