stormtrooper
Programmer
Hi there. I have a report (CR7) in which I want to report on the duplicate values using the 'mid' function. That is, for example I have the following:
...
ABCD1234AB
ABCD1278AB
ABCD1278CD
ABCT3458TD
...
etc.
The data above is what is contained in the field called {My_Field}. Now looking at that, there is clearly no duplicates. But when you apply the 'mid' function:
mid({My_Field, 1, 8)
then there are duplicates. (ABCD1278 and ABCD1278)
What I want to do is report on the duplicated values after the 'mid' function is applied. I'm kind of thinking that I will have to use the 'previous' function somehow to compare then apply all that to my select expert. Please help.
Thanks in advance. Let me know if more info is needed.
...
ABCD1234AB
ABCD1278AB
ABCD1278CD
ABCT3458TD
...
etc.
The data above is what is contained in the field called {My_Field}. Now looking at that, there is clearly no duplicates. But when you apply the 'mid' function:
mid({My_Field, 1, 8)
then there are duplicates. (ABCD1278 and ABCD1278)
What I want to do is report on the duplicated values after the 'mid' function is applied. I'm kind of thinking that I will have to use the 'previous' function somehow to compare then apply all that to my select expert. Please help.
Thanks in advance. Let me know if more info is needed.