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.

Tabulation setFilterHeaderText

From Catglobe Wiki
Revision as of 08:08, 21 July 2011 by Cg van (talk | contribs)

Tabulation_setFilterHeaderText

Set text to Filter header

Syntax

Tabulation_setFilterHeaderText(text)

Arguments

  • text: is string

Return value

empty

Example

Tabulation_setTableLayout(TableChartLayout_Ifka);

Tabulation_setAbsText("abs");

Tabulation_setPctText("%");

Tabulation_setTotalText("Resp.");

Tabulation_setMergeStatisticPctItem(true);

Tabulation_setFilterHeaderText("Filtre");


addFilter("Age_CALCULATED == [2]");

createFrequenceDiagram("- - Region");

  • Result:
Before
After

Availability

Version 5.8.1