Hi @mshahn02 , it probably would have been better also to explain in words what you are wanting to achieve, as otherwise everybody here who wants to help has to go find out what the Alteryx Tile tool does. You cannot assume that KNIME users will generally know Alteryx, and so it is better to ask how to do a specific described task in KNIME.
Ok, so I’ve looked at your in and out data, and briefly looked at the description of the Alteryx Tile Tool
it still isn’t totally clear what is meant to occur for your specific settings, but I’ve tried to work out what you are trying to do from your config and the above tool description:
It appears that the TILE TOOL will attempt to group your data by the ADDRESS (because this is defined as the Group By column, and then within that grouping, attempt to rank the rows by the columns defined in “Unique Values” (AVERAGE SALE) … except that the “Leave Unsorted” option has been chosen which seems to imply that the ranking will occur in EXISTING ROW ORDER, with AVERAGE SALE then only identify individual items to rank, rather than the order by which they are ranked. This is the bit I wasn’t quite certain about.
What really confuses me is this is the description of the two appended fields from the Alteryx documentation:
In your OUTPUT data, however, Tile Sequence number is always 1, and multiple rows share the same Tile Number. That doesn’t seem to match the above documentation.
From your screenshot of configuration, I would have expected each individual ADDRESS to be allocated a different tile number, and then each row within the same ADDRESS grouping would have been allocated a sequential number.
So your output data looks wrong, based on what I think the tool is trying to achieve.
Having looked at your INPUT data, it is already SORTED by ZIP CODE. I don’t know if this is important to the alteryx tool, but it is configured to leave the data in original order (I think), yet the order of the output data appears to be “random”. I cannot find any sort ordering that defines your output, so I don’t think it is possible to guarantee to exactly match your output from KNIME, but please do describe the required order of output if I just haven’t spotted what it is.
Looking again at your OUTPUT data, I would suggest that your Alteryx workflow is not doing the job you really want it to, but this is based on my best guess of what you are likely wanting to achieve. Let me explain…
It seems likely to me that you are wanting to treat all companies (possibly at different addresses) as separate groups. However, you are not grouping by Company + Address, but instead just grouping by address. This is important because your address field is blank for 49 different companies, and as such they are all being treated as the same grouping. Is that really what you want?
All that being said, it is possible to achieve the TILE NUMBERS that you have in your output, by using the Rank node, as demonstrated by @CarlosEnrique84 , but configure it as follows:
and set “advanced settings” (at the bottom)
Now for the reasons I mentioned above, I believe that your actual output data is NOT what you really want. So the above configuration is not what I would expect to use for this kind of job, but it will give you the same (in my view, wrong) output. 
If you want different output, that “tiles by individual company+address”, then you would want to include “COMPANY” in the Ranking configuration, along with address and zip, and then put AVERAGE SALE as your Rank Ordering.
Hopefully the above makes sense. I don’t like to try to second-guess intent, but as I said at the start, it is better if you can define in words what you actually want to achieve, than just rely on showing us only the input and output where we attempt to extrapolate the “rules”. Don’t get me wrong… it’s great that you have provided example data which many people fail to do, but a description of what you want should accompany it for best results. Hope that helps! 