Difference between revisions of "Tabulation setFilterInfoText"
Line 1: | Line 1: | ||
− | [[Category: | + | ==== Tabulation_setFilterInfoText ==== |
+ | |||
+ | Set text to Filter infomartion | ||
+ | |||
+ | '''Syntax''' | ||
+ | |||
+ | Tabulation_setFilterInfoText(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_setFilterInfoText("Alder = [30-49]"); | ||
+ | |||
+ | addFilter("Age_CALCULATED == [2]"); | ||
+ | |||
+ | createFrequenceDiagram("- - Region"); | ||
+ | |||
+ | *Result: | ||
+ | |||
+ | {| width="200" cellspacing="1" cellpadding="1" border="1" | ||
+ | |- | ||
+ | | Before | ||
+ | | [[Image:AddFilter.jpg]]<br> | ||
+ | |- | ||
+ | | After | ||
+ | | [[Image:Tabulation_setFilterInfoText.jpg]]<br> | ||
+ | |} | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.8.1 | ||
+ | |||
+ | [[Category:Text_setting_functions]] |
Revision as of 09:12, 21 July 2011
Tabulation_setFilterInfoText
Set text to Filter infomartion
Syntax
Tabulation_setFilterInfoText(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_setFilterInfoText("Alder = [30-49]");
addFilter("Age_CALCULATED == [2]");
createFrequenceDiagram("- - Region");
- Result:
Before | |
After |
Availability
Version 5.8.1