For Find Nearest Rank, in the event of a tie, is there a way to force one location to win? Doesn't matter which one.
Example:
Store Distance Rank
StoreA 1.5 1
StoreB 1.5 1
StoreC 2.1 3
Needs to be:
Store Distance Rank
StoreA 1.5 1
StoreB 1.5 2
StoreC 2.1 3
Thanks in advance.
Solved! Go to Solution.
Try the Multi-Row Tool, configured as follows:
Will check to see if Original Rank of row before it is the same, and then will add 1 to the NewRank value... if the Original Ranks are different, it will leave them as-is. Then you'll use a select tool to swap out the original Rank column for the NewRank one. That should do it? Hope that helps!
NJ
Can you Sort, by distance, then do a Record ID field to get the sequential numbering?
We never use record IDs here. I guess because the results are often Client facing. It's foreign to me because everywhere else - I always used them. We will be getting in to some self-service apps. etc. So don't think we can go that way but I appreciate the idea. Thanks.
Balders,
That's a pretty sweet way to deliver a solution! I do have my XML View tab set to view. I guess I could just drop that in but I'm going to try Bolide's solution first - then I'll try yours. Thanks very much.
Awesome! Thank you!!!
Agree this would work. Thanks!
Thanks for your help!!!