CAS 6


ratio
- Summary

Summary

This produces the ratio of two percentages where the Numerator is the percentage:

Examples

ratio CURBAL (RATETYPE in 'A') (DELQ gt 1)
pct CURBAL ((RATETYPE in 'A') and (DELQ gt 1)) (DELQ gt 1)
pct CURBAL (RATETYPE in 'A')

Syntax

ratio (NumField∣TextField) (Numerator) (Denominator)

Right Arguments

Name Data Type Input Type Description Optional Default
NumField Numeric Field Yes
TextField Text Field Yes
Numerator Boolean Field Expression to select records that will be applied to the calculation. Yes 1
Denominator Boolean Field Expression to select records that will be applied to the calculation. Yes 1

Result

Type: Numeric

Ratio



Build 6.0.624