If you are using a field or function in Crystal Reports as a parameter for a CRChart Macro and do not achieve the expected results, this macro can be used to correct this problem. See "Using Crystal Reports Fields/Functions in CRChart Macros" for more information about using fields and functions with CRChart macros. Normally, this macro is only needed in charts with a numeric X-axis.
SYNTAX:
@PARAM_FIXUP nIndex
PARAMETERS:
nIndex; 1=Enable parameter fix-up, 0=Disable parameter fix-up
EXAMPLE:
@X P1
@PARAM_FIXUP 0
@X P1
@PARAM_FIXUP 1
In this example, the parameter-driven user-defined line (@X P1) only appears when the @PARAM_FIXUP 1 macro is applied.
PERSISTENT:
NO
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List