This is the reverse process of what can be established using a normalizer.
It involves the following steps:
1. Create expression, create 4 outgoing ports each acting on the input of 'order' like:
IIF(Order = 'P','P',null)
2. Use an aggregator to denormalize the 4 records into one.
Aggregate over AC_key, using a min or max operator on the four ports.
3. Use a second expression transformation to concatenate the 4 ports into one outgoing string.
So, the strategy should be :
expression - aggregator - expression
If you need an example, drop me a mail..........
T. Blom
Information analyst
tbl@shimano-eu.com