Defining data to be grouped
In this example, you have an outer restructure loop for supplier, so you may also want to group the data on supplier.
If the input parameter property Sorting Sequence is >0, you can set the property Is Grouped to true.
If you set Sorting Sequence for supplier name to 1, and Is Grouped to true, then you will get one restructure loop iteration per unique supplier name. You can also group several elements.
To get one iteration per unique combination of supplier name and IBAN ID, follow these property settings:
| Property | setting |
|---|---|
Sorting Sequence
|
1
|
Is Grouped
|
false for supplier name,
|
Sorting Sequence
|
2
|
Is Grouped
|
true for IBAN ID
|
Note: You can only set the property
Is
Grouped to true for the input parameter with the
highest sorting sequence number.