Difference between revisions of "RemoveQuantile"
Cg huyphong (talk | contribs) |
|||
Line 21: | Line 21: | ||
'''Examples''' | '''Examples''' | ||
+ | |||
+ | ''addQuantile(5,3);'' | ||
+ | |||
+ | ''addQuantile(20,10);'' | ||
+ | |||
+ | ''createFrequenceDiagram("Civil_status");'' | ||
+ | |||
+ | ''//Result: Quantile rows (Quantile (3/5), Quantile (10/20)) are shown for table diagram.'' | ||
''removeQuantile(5,3);'' | ''removeQuantile(5,3);'' | ||
+ | |||
+ | ''createFrequenceDiagram("Civil_status");'' | ||
+ | |||
+ | ''//Result: Quantile row (Quantile (3/5)) was removed. '' | ||
'''Availability''' | '''Availability''' |
Latest revision as of 12:31, 26 December 2011
removeQuantile
Removes a quantile calculation row earlier added to a diagram of chart type Diagram_ChartType_Table.
Syntax
removeQuantile(q, k)
Arguments
q: Is a numeric (non-decimal) expression, an integer between 2 and the maximum value allowed for a 32 bit signed integer.
k: Is a numeric (non-decimal) expression, an integer greater than 0 and smaller than q specified above.
Return type
empty
Examples
addQuantile(5,3);
addQuantile(20,10);
createFrequenceDiagram("Civil_status");
//Result: Quantile rows (Quantile (3/5), Quantile (10/20)) are shown for table diagram.
removeQuantile(5,3);
createFrequenceDiagram("Civil_status");
//Result: Quantile row (Quantile (3/5)) was removed.
Availability
Version 5.4