AddPercentile

From Catglobe Wiki
Revision as of 05:30, 7 March 2019 by Administrator (talk | contribs) (Created page with "Category:Percentile functions {{HelpFiles}} =====addPercentile===== Adds a percentile calculation row to a diagram of chart type Diagram_ChartType_Table. '''Syntax''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



addPercentile

Adds a percentile calculation row to a diagram of chart type Diagram_ChartType_Table.

Syntax

addPercentile(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.

Availability

Version 5.4