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 setExcludedSortOrderHorizontal: Difference between revisions

From Catglobe Wiki
Created page with "=== Tabulation_setExcludedSortOrderHorizontal === Exclude some axis options from the the horizontal sorting === Syntax === Tabulation_setExcludedSortOrderHorizontal(axisArra..."
 
No edit summary
Line 17: Line 17:


DCS_use(15560370);
DCS_use(15560370);
Tabulation_setExcludedSortOrderHorizontal({"Viet Nam","Don't know"});
Tabulation_setExcludedSortOrderHorizontal({"Viet Nam","Don't know"});
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);
Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);
createCrossDiagram({"Q1"},{"Q1_Single"});
createCrossDiagram({"Q1"},{"Q1_Single"});
//result:
//result:

Revision as of 10:02, 30 May 2017

Tabulation_setExcludedSortOrderHorizontal

Exclude some axis options from the the horizontal sorting

Syntax

Tabulation_setExcludedSortOrderHorizontal(axisArray);

Arguments

axisArray: an array which contains some axis options that will be excluded from the the horizontal sorting

Return type

empty

Examples

DCS_use(15560370);

Tabulation_setExcludedSortOrderHorizontal({"Viet Nam","Don't know"});

Tabulation_setSortOrderHorizontal(Tabulation_SortOrder_LowToHigh);

createCrossDiagram({"Q1"},{"Q1_Single"});

//result: