Difference between revisions of "Tabulation setFilterInfoText"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | {{HelpFiles}} | + | {{HelpFiles}} |
==== Tabulation_setFilterInfoText ==== | ==== Tabulation_setFilterInfoText ==== | ||
Line 17: | Line 17: | ||
empty | empty | ||
− | '''Example''' | + | '''Example''' |
− | Tabulation_setTableLayout(TableChartLayout_Ifka); | + | {| width="200" cellspacing="1" cellpadding="1" border="1" |
+ | |- | ||
+ | | valign="middle" align="center" | '''Script'''<br> | ||
+ | | valign="middle" align="center" | '''Result'''<br> | ||
+ | |- | ||
+ | | | ||
+ | ''Tabulation_setTableLayout(TableChartLayout_Ifka);'' | ||
+ | |||
+ | ''Tabulation_setAbsText("abs");'' | ||
+ | |||
+ | ''Tabulation_setPctText("%");'' | ||
+ | |||
+ | ''Tabulation_setTotalText("Resp.");'' | ||
+ | |||
+ | ''Tabulation_setMergeStatisticPctItem(true);'' | ||
+ | |||
+ | ''addFilter("Age_CALCULATED == [2]");'' | ||
+ | |||
+ | ''createFrequenceDiagram("- - Region");'' | ||
− | + | | [[Image:AddFilter.jpg]]<br> | |
+ | |- | ||
+ | | | ||
+ | ''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");'' | |
− | + | | [[Image:Tabulation setFilterInfoText.jpg]]<br> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | | [[Image: | ||
|} | |} | ||
+ | |||
+ | {{note}} This function should be paired with function [http://wiki.catglobe.com/index.php/AddFilter-Filter_functions addFilter]. | ||
'''Availability''' | '''Availability''' |
Latest revision as of 08:53, 29 December 2011
Tabulation_setFilterInfoText
Set text to Filter infomartion
Syntax
Tabulation_setFilterInfoText(text)
Arguments
- text: is string
Return value
empty
Example
Note: This function should be paired with function addFilter.
Availability
Version 5.8.1