Tabulation setSortVerticalWhichColumn

From Catglobe Wiki
Revision as of 06:42, 10 July 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Sorting_functions {{HelpFiles}} = Tabulation_setSortVerticalWhichColumn = Define which column should be sort == Syntax == Tabulation_setSortVerticalWhichColu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Tabulation_setSortVerticalWhichColumn

Define which column should be sort

Syntax

Tabulation_setSortVerticalWhichColumn( column);

Arguments

column: is a number expression. It's the column you want to sort (start with 0)

Return type

empty

Example

DCS_use(15569074);
Tabulation_setSortOrderVertical(Tabulation_SortOrder_LowToHigh);
Tabulation_setSortVerticalWhichColumn(1);
createCrossDiagram({"Q2"}, {"Panel_Age"});

Before set sort vertical low to high which column 1 Vertical sort before.png


After set sort vertical low to high which column 1

Vertical sort.png