Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:46, 9 November 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Sorting_functions {{HelpFiles}} = getSortMode = Get sort mode to see whether the table is sorted by absolute or percentage == Syntax == getSortMode(); == Ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


getSortMode

Get sort mode to see whether the table is sorted by absolute or percentage

Syntax

getSortMode();

Arguments

None

Return type

Number. This is sort constant, which:

   1: Diagram_SortDataType_Absolute
   2: Diagram_SortDataType_Percentage

Example

DCS_use(15593723);
Tabulation_setSortOrderVertical(Tabulation_SortOrder_HighToLow);
setSortMode(Diagram_SortDataType_Percentage);
createCrossDiagram({"DD_Region"}, {"D_Gender"});
print(getSortMode());//2