Toggle menu
876
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 setFilterHeaderText: Difference between revisions

From Catglobe Wiki
Cg van (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
Line 28: Line 28:


Tabulation_setFilterHeaderText("Filtre");  
Tabulation_setFilterHeaderText("Filtre");  


addFilter("Age_CALCULATED == [2]");  
addFilter("Age_CALCULATED == [2]");  
Line 43: Line 41:
|-
|-
| After  
| After  
| [[Image:Tabulation_setFilterHeaderText.jpg‎]]<br>
| [[Image:Tabulation setFilterHeaderText.jpg]]<br>
|}
|}



Revision as of 08:08, 21 July 2011

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