Grouping items can only occur in loops, where you can group certain items in your loop based on a parameter. This parameter can also be a field from your dataset.
E.g. Ungrouped:
Landmark | City | Country |
Arc de Triomphe | Paris | France |
Atomium | Brussels | Belgium |
Statue of Liberty | New York | USA |
Eiffel Tower | Paris | France |
Empire state building | New York | USA |
Grouped by Parameter ‘City’:
Landmark | City | Country |
Arc de Triomphe | Paris | France |
Eiffel Tower | Paris | France |
Statue of Liberty | New York | USA |
Empire state building | New York | USA |
Atomium | Brussels | Belgium |
Grouping in a loop in WebFuse can be done by:
Create a regular loop.
In the advanced settings of the loop, you can group the content of the loop.
Select the field according to which you want to group the items. This is called the grouping field.
Finalize the group.