This macro defines the behavior of missing data in line charts. For absolute line charts, the default behavior ignores NULLs. For stacked and percent line charts, the default behavior treats NULLs as zero.
SYNTAX:
@LINE_BREAK nBehavior
PARAMETERS:
nBehavior; 0...3 selects one of the following:
0 = Line charts do not break on NULL data (default)
1 = Absolute Lines break on NULL data, but Stacked line charts do not
2 = Stacked line charts break on null data, but absolute line charts do not
3 = All line charts break on NULL dataEXAMPLE:
@LINE_BREAK 3
PERSISTENT:
NO
REQUIREMENTS:
Crystal Reports 11 or Higher
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List