Hello everyone,
I have a layer with:
*LINK ID
*Road_Point_ID
*House Number
*Lat
*Lon

I want to take the Max and Min House Number of each Link ID, but I could not found the correct way to do this; I tried with Summary Statitics tool, although if give me the information I require, it removes the Lon and Lat values and those values are necessary; I will try with the Select by Attributes tool, using a SQL sentence: "HOUSE_NUMBER = (SELECT MIN(HOUSE_NUMBER) FROM name_table", but this only select the max or min of the all table and not of each Link ID;
Do you have any idea to solve this question?
Thank you so much for your support;
Regards.