I wrote the tool in this Blog specifically for use with the output of the Frequency Tool or Summary Statistics tool when multiple fields are used for the unique case values. It creates a new Long field in both the original source and the frequency output to generate a single unique Long number to represent each multi-field unique combination. It should handle all normal data field types and Null values. The sort order of the unique field values should be correct for each field type (i.e., strings sort as strings, numbers sort as numbers, dates sort as dates, etc.) and the fields can be prioritized in any order. The 10.3 version is better than the 10.2 version, but both work.
... View more