Oh, I see. Then you want the column definition to look like this:
ME.ProductionTask.UseInstructions[2].Resource + ';' + ME.ProductionTask.UseInstructions[3].Resource + ';' +
ME.ProductionTask.UseInstructions[4].Resource
Asprova considers all of the resources and use instructions to be part of an indexed collection. The main resource is found in element [1] of the collection, followed by all of the other resources in [2], [3], [4], and so on.
I hope that helps...
|