wildsharkuk
Programmer
Hi,
I want to concatenate 4 fields together (easily done) but some of them have the same data so want to exclude duplicated data but concatinate all the rest - See Example below.
Field1 Field2 Field3 Field4 Concatinate Wanted
134 135 156 134/135//156 134/135/156
135 135 123 135/135/123/ 135/123
101 102 101 102 101/102/101/102 101/102
195 145 195 /195/145/195 195/145
I am using CR10.
Any help would be appreciated.
Thanks
Wildsharkuk
I want to concatenate 4 fields together (easily done) but some of them have the same data so want to exclude duplicated data but concatinate all the rest - See Example below.
Field1 Field2 Field3 Field4 Concatinate Wanted
134 135 156 134/135//156 134/135/156
135 135 123 135/135/123/ 135/123
101 102 101 102 101/102/101/102 101/102
195 145 195 /195/145/195 195/145
I am using CR10.
Any help would be appreciated.
Thanks
Wildsharkuk