You can use a dynamic port in a group filter condition. The Data Integration Service applies the filter condition to each generated port in the dynamic port.
For example, a dynamic port, MyDynamicPort, contains three decimal ports:
Salary
Bonus
Stock
You might configure the following group filter condition:
MyDynamicPort > 100
The group filter condition expands to the following expression:
Salary > 100 AND Bonus > 100 AND Stock > 100
Each generated port must be a valid type for the expression.