I have a large database of census blocks with unique identifiers. There are multiple records per census block and each record has 0 -20 farm records with varying acreage (rounded to the nearest 10-acres (so this wouldn't necessarily create an opportunity to create a new identifier), and many other attributes of interest. I am summarizing the table to find the largest farm in each census block. Using a pivot table, I can pivot the unique census ids by the Max 'Values' of the acreages. NOW the crux of the issue is; How do I append the other attributes? Or How do I determine e.g. the name of the land owner associated with the largest sized farm.
This seems like it should be fairly easy, like just putting the text field in 'Values' in the pivot table, but that only handles numeric fields.
Thanks for looking
This seems like it should be fairly easy, like just putting the text field in 'Values' in the pivot table, but that only handles numeric fields.
Thanks for looking