nilsbinnemans
Programmer
Hi,
I'm using CR developer 14.0.4.
I have a free text field in my report. There is text imported to the field multiple times and these inputs are delimited with a comma.
However, most of the time these text inputs are just a copy of the previous.
So my report could contain follow records:
How could I remove only the duplicates so that it would look like:
Thanks,
Nils
I'm using CR developer 14.0.4.
I have a free text field in my report. There is text imported to the field multiple times and these inputs are delimited with a comma.
Aaaa, Bbbb, Cccc
However, most of the time these text inputs are just a copy of the previous.
Aaaa, Aaaa, Aaaa
So my report could contain follow records:
Aaaa, Aaaa, Aaaaa
Aaaa, Bbbb
Aaaa, Bbbb, Aaaa
How could I remove only the duplicates so that it would look like:
Aaaa
Aaaa, Bbbb
Aaaa, Bbbb
Thanks,
Nils