Hi,
I am new to Alteryx, and I am currently working with a sample dataset trying to explore the different tools available. I have a dataset containing state information - state, area square mile, average household size, and total population. I am using the sort tool in order to display the area square mile per state in descending order, because I am trying to find out which state is the largest (I checked "Use Dictionary Order") . So now, the state with the highest area square mile is at the top row of my dataset.
In addition, I added the summarize tool, trying to get it to display MAX "area square mile" (which should technically be the exact same number). However, these two methods do not produce the same figures. Because the dataset is very small, I was able to manually check the results. The sort tool retrieves the highest number (and the corresponding state etc.) while the summarize tool retrieves a seemingly random number (it is not the largest one). Does anybody know why?
I suspect it may have something to do with the data type (it is currently V_String), but I cannot understand how those two tools could provide different numbers.