Forum Discussion
nixonyx
Helper I
10 years agoDuplicate data updating
I have a list of service desk incident records. There are some duplicates due to records being reopened. That is a process issue that is not going away any time soon. Currently, when reporting, w...
nixonyx
Helper I
10 years agoI am having a read through that, good to know I am looking in the right place.
Having spent years learning how to bend excel to my will, this is proving a steep learning curve :)
Greg_Deckler
Community Champion
10 years agoI'm thinking something along the lines of Table.Distinct with the optional equation criteria:
https://msdn.microsoft.com/en-us/library/mt260775.aspx
- nixonyx10 years ago
Helper I
I'll have a play, thanks for the tip.