When data text labels are enabled with the @DATATEXT macro or the "Show Data Labels" option in the Chart Options/Data Labels dialog, this macro sets the format of numeric labels (data text) with negative values for a specific series.
SYNTAX:
@NEG_SS nSeries bStyle
PARAMETERS:
nSeries; -1...n (where: n = the total number of series in the chart). -1 = apply to all series, 0 = Series 1, 1 = Series 2, etc.
bStyle; 0/1
0 = format negative values with a minus sign (e.g., -1)
1 = format negative values with parenthesis (e.g., (1))EXAMPLE:
@NEG_SS 0 0
@NEG_SS 0 1
PERSISTENT:
NO
REQUIREMENTS:
Crystal Reports 10 or Higher
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List