Guys, I am unsure how to proceed at this point. So I have thousands of rows of data with a hundred different fields. The field values are all integer values. I would like to identify which field contains the highest value in each row. I can use the LARGEST() function to identify the 3 highest values in each row, but what I really need is the names of those 3 fields (added as 3 extra fields). Any suggestions?
... View more