@USER_SERIES (User-Defined Series)

This powerful macro can be used to define an arbitrary series of your own making. It will be appended to the end of the data coming from Crystal Reports and will therefore always be the last series in the legend.

SYNTAX:

@USER_SERIES nElements fValue1 fValue2 ... fValueN szSeriesName

PARAMETERS:

nElements; 1...1024 defines the number of fValues that follow. For example if nElements is 3, it must be followed by 3 fValues that will be assigned to the first 3 groups of the new series.

fValue1 fValue2 ... fValueN; Values to assigned to each nElements.

szSeriesName; Name of the new series what will appear in the legend. Add a tilde character (~) to this string if you intend to define another macro in the same title field.

EXAMPLE: @USER_SERIES.RPT

@USER_SERIES 2 3.6 3.8 My User Series

PERSISTENT:

NO

Next Macro Previous Macro Return to Alpha List

Previous Macro in this Group Return to Group List