Hello,
I am trying to use the Unique tool to identify duplicates based on 3 fields (one text field, one date field, one numeric field.) In other words, my key is a combination of the three fields. When I execute the canvas, the tool executes but, when I look at the duplicate result output, I see something like this:
| Field 1 | Field 2 | Field 3 |
| abc | 2/12/18 | 5 |
| abc | 2/12/18 | 5 |
| abc | 2/12/18 | 12 |
So, for some reason, the numeric field is not being considered as a part of the key but the other two are. I know I have it checked in the tool configuration. Any ideas?
Thanks!