
This macro creates a percentage series by using two other series as the numerator (0...n) and denominator (0...n).
SYNTAX:
@CALC_PERCENT_SERIES nNumeratorSeries nDenominatorSeries szSeriesLabelPARAMETERS:
nNumeratorSeries; 0...n selects the numerator series
nDenominatorSeries; 0...n selects the denominator series
szSeriesLabel; new percent series label to use in legend area
EXAMPLE:
Chart before @CALC_PERCENT_SERIES
@CALC_PERCENT_SERIES 0 1 Cecil2~ @IS 0 @IS 1
PERSISTENT:
NO
REQUIREMENTS:
Crystal Reports 10 or higher
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List