This macro creates a waterfall chart with color parameters for positive, negative, current, and total risers. The string parameter (pSz) identify the risers to be colored with rgbCurr and rgbTotal.
SYNTAX:
@WATERFALL4 rgbPositive rgbNegative rgbCurr rgbTotal pSzCurr~ pSzTotal
PARAMETERS:
rgbPositive; Color to draw riser(s) with positive values
rgbNegative; Color to draw riser(s) with negative values
rgbCurr; Color to draw riser(s) with the group label string identified by pSz
rgbTotal; Color to draw riser(s) with the group label string identified by pSz
pSzCurr/pSzTotal; Group label strings identifying rgbCurr and rgbTotal risers. The two strings must be separated with a tilde and space and shown in the example.
EXAMPLE:
@WATERFALL4 0x00FF00 0xFF0000 0xDDDDDD 0x0000FF Depr.~ EBITDA~
PERSISTENT:
NO
REQUIREMENTS:
- Crystal Reports 11 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