Good morning,
I have a requirement in VIP to export multiple records (all the same with the exception of one or 2 fields) from a single source. The source has 10 distinct names in designated fields that will be exported to single rows in the output table.
ie Input ---> Client # Name1 Name2 Name3 .....Name10
Output--->
Client# Name1
Client# Name2
Client# Name3
etc.
Client# Name10
I know I can do this with multiple passes at the source data, but is there a way to accomplish it in one pass?
thanks,
Joe