Saltar al contenido principal

PageReferenceProcessing

Instructs DecaSIM to generate a page number that increments by 1 every time it finds a new value in the field specified by COUNT_BY_FIELD when the data has been clustered by the field specified by CLUSTER_FIELD_NAME. For example, if CLUSTER_FIELD_NAME is Country then this function can be used to generate country-level page numbers in a multi-country document.

Process

DESIGN APPEND

Syntax:

CLUSTER_FIELD_NAME;Field to cluster data;PageReferenceProcessing.Unique Customer Reference
COUNT_BY_FIELD;Field To Count;PageReferenceProcessing.Unique Customer Reference
PAGE_REFERENCE_FIELD_NAME;New Field name;PageReferenceProcessing.Unique Customer Reference

Example:

CLUSTER_FIELD_NAME;COUNTRY_CODE;PageReferenceProcessing.ELEMENT_KEY.1
COUNT_BY_FIELD;WORKING_PAGE;PageReferenceProcessing.ELEMENT_KEY.2
PAGE_REFERENCE_FIELD_NAME;COUNTRY_PAGE;PageReferenceProcessing.ELEMENT_KEY.3

See Also:

None

Prerequisites:

All fields must be present in source file for this to work successfully.