Difference between revisions of "RemovePercentile"
Cg huyphong (talk | contribs) |
|||
Line 19: | Line 19: | ||
'''Examples''' | '''Examples''' | ||
+ | |||
+ | ''addPercentile(20);'' | ||
+ | |||
+ | ''addPercentile(50);'' | ||
+ | |||
+ | ''createFrequenceDiagram("Civil_status"); '' | ||
+ | |||
+ | ''//Result: Percentile rows (Percentile(20), Percentile (50)) are shown for table diagram. | ||
''removePercentile(20);'' | ''removePercentile(20);'' | ||
+ | |||
+ | ''createFrequenceDiagram("Civil_status"); '' | ||
+ | |||
+ | ''//Result: Percentile row (Percentile (50)) is shown for table diagram, Percentile (20) was removed. | ||
'''Availability''' | '''Availability''' |
Latest revision as of 12:13, 26 December 2011
removePercentile
Removes a percentile calculation row earlier added to a diagram of chart type Diagram_ChartType_Table.
Syntax
removePercentile(percent)
Arguments
percent: Is a numeric (non-decimal) expression. The percentage used in the calculation.
Return type
empty
Examples
addPercentile(20);
addPercentile(50);
createFrequenceDiagram("Civil_status");
//Result: Percentile rows (Percentile(20), Percentile (50)) are shown for table diagram.
removePercentile(20);
createFrequenceDiagram("Civil_status");
//Result: Percentile row (Percentile (50)) is shown for table diagram, Percentile (20) was removed.
Availability
Version 5.4