<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=GetSortMode</id>
	<title>GetSortMode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=GetSortMode"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=GetSortMode&amp;action=history"/>
	<updated>2026-04-20T03:25:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=GetSortMode&amp;diff=237214&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:Sorting_functions {{HelpFiles}}   = getSortMode =  Get sort mode to see whether the table is sorted by absolute or percentage  == Syntax ==  getSortMode();  == Ar...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=GetSortMode&amp;diff=237214&amp;oldid=prev"/>
		<updated>2017-11-09T02:46:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Sorting_functions&quot; title=&quot;Category:Sorting functions&quot;&gt;Category:Sorting_functions&lt;/a&gt; {{HelpFiles}}   = getSortMode =  Get sort mode to see whether the table is sorted by absolute or percentage  == Syntax ==  getSortMode();  == Ar...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Sorting_functions]]&lt;br /&gt;
{{HelpFiles}} &lt;br /&gt;
&lt;br /&gt;
= getSortMode =&lt;br /&gt;
&lt;br /&gt;
Get sort mode to see whether the table is sorted by absolute or percentage&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
getSortMode();&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
== Return type ==&lt;br /&gt;
Number. This is sort constant, which:&lt;br /&gt;
    1: Diagram_SortDataType_Absolute&lt;br /&gt;
    2: Diagram_SortDataType_Percentage&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
DCS_use(15593723);&lt;br /&gt;
Tabulation_setSortOrderVertical(Tabulation_SortOrder_HighToLow);&lt;br /&gt;
setSortMode(Diagram_SortDataType_Percentage);&lt;br /&gt;
createCrossDiagram({&amp;quot;DD_Region&amp;quot;}, {&amp;quot;D_Gender&amp;quot;});&lt;br /&gt;
print(getSortMode());//2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>