jonohara999
Technical User
HI There
I've used the concatenate code, from the FAQ in this forum, to create a string of related products on my shopping cart. This works well, but i'd like to strip out one of the values in the string which is a duplicate. So i currently return data like this...
productid related productids (concatenated)
1 1,2,3,4,5
2 1,2,3,4,5
3 1,2,3,4,5
etc
and i'd like data like this...
productid related products
1 2,3,4,5
2 1,3,4,5
3 1,2,4,5
etc
Is that possible?
Thanks
Jon
I've used the concatenate code, from the FAQ in this forum, to create a string of related products on my shopping cart. This works well, but i'd like to strip out one of the values in the string which is a duplicate. So i currently return data like this...
productid related productids (concatenated)
1 1,2,3,4,5
2 1,2,3,4,5
3 1,2,3,4,5
etc
and i'd like data like this...
productid related products
1 2,3,4,5
2 1,3,4,5
3 1,2,4,5
etc
Is that possible?
Thanks
Jon