FIRST CREATED ON 19 May 2023 I AUTHOR Emma Camacho
IsFirstRepeatedCrossProduct
IsFirstRepeatedCrossProduct(<repeater code>)
The function returns True if the current repeated value is the first one to be processed.
IsLastRepeatedCrossProduct
IsLastRepeatedCrossProduct(<repeater code>)
The function returns True if the current repeated value is the last one to be processed.
Example
A Report that will display all the Product group descriptions and add a prefix to the first and the last value to be processed.
The Conditional Element first has the following expression: IsFirstRepeatedCrossProduct("ProductGroupDesc")
The Conditional Element last has the following expression: IsLastRepeatedCrossProduct("ProductGroupDesc")
The output Report looks like this:
These expressions are useful, for example, to control the last page break in a report.
Looking for Additional Guidance?
If you require more detailed information or further assistance, please visit our comprehensive
Online Documentation. Our resources are designed to help you navigate all features and functionalities effectively.