Toggle menu
875
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setSortOrderVertical: Difference between revisions

From Catglobe Wiki
No edit summary
Tungocman (talk | contribs)
No edit summary
Line 1: Line 1:
==== Tabulation_setSortOrderVertical ====
{{HelpFiles}}
__NOTOC__
[[Category:Sorting_functions]]


Sort data vertically
Sort the tabulation table in vertical


'''Syntax'''
===Syntax===


Tabulation_setSortOrderVertical(constant)
Tabulation_setSortOrderVertical(sortOrder)  


'''Arguments'''
===Arguments===


*''Tabulation_SortOrder_None'': is a ''constant ''.
''sortOrder'': Is a numeric (non-decimal) expression. The constants for this parameter:
*''Tabulation_SortOrder_LowToHigh'': is a ''constant ''.
*''Tabulation_SortOrder_HighToLow'': is a ''constant ''.
*''Tabulation_SortOrder_AtoZ'': is a ''constant ''.
*''Tabulation_SortOrder_ZtoA'': is a ''constant ''.


'''Return type'''
*0: Tabulation_SortOrder_None
*1: Tabulation_SortOrder_HighToLow
*2: Tabulation_SortOrder_LowToHigh
*3: Tabulation_SortOrder_AtoZ
*4: Tabulation_SortOrder_ZtoA


N/A
===Return type===


'''Examples'''
empty


Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);<br/>createCrossDiagram(rowAxis,colAxis);
===Examples===


'''Availability'''


Version 6.0
Tabulation_setSortOrderVertical(Tabulation_SortOrder_None);
Result:
 
Tabulation_setSortOrderVertical(Tabulation_SortOrder_HighToLow);
Result:
 
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
Result:
 
Tabulation_setSortOrderVertical(Tabulation_SortOrder_AtoZ);
Result:
 
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_ZtoA);
Result:

Revision as of 03:15, 21 October 2015



Sort the tabulation table in vertical

Syntax

Tabulation_setSortOrderVertical(sortOrder)

Arguments

sortOrder: Is a numeric (non-decimal) expression. The constants for this parameter:

  • 0: Tabulation_SortOrder_None
  • 1: Tabulation_SortOrder_HighToLow
  • 2: Tabulation_SortOrder_LowToHigh
  • 3: Tabulation_SortOrder_AtoZ
  • 4: Tabulation_SortOrder_ZtoA

Return type

empty

Examples

Tabulation_setSortOrderVertical(Tabulation_SortOrder_None); Result:

Tabulation_setSortOrderVertical(Tabulation_SortOrder_HighToLow); Result:

Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh); Result:

Tabulation_setSortOrderVertical(Tabulation_SortOrder_AtoZ); Result:

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_ZtoA); Result: