Hi, I am trying to find a way to remove duplicates in an AX 2012 table. Meaning I want to review all the data sets of one table and filter those where one field (or more) are similiar. In SQL I can use "count" and "having". This does not work here. Nor do several while -where- loops help. Does anybody have an idea or tips for an x++ code that could help me?
↧