I have 17 different attributes (columns) and 1 value column in my dataset. I'm looking for a dynamic way of summarizing the data based on the attribute names from a text input. For example, If I want to select only 5 attributes as fields in the Summarize tool, I don't need to manually change it. The Summarize tool will take the field values from the Attribute Names in the Text Input. I plan to do at least 10 different attribute combinations so using Text Input to manage those combinations. Is it possible?
Solved! Go to Solution.
@Huyly0325
Maybe I am overdoing it again 😊.
The idea to reassign an Empty value to the non-used columns after matching the text input specified columns so the unused the columns will take no significance during the grouping.
Then use the Multi-field Formula and Cleasing Tool to remove the unnecessary columns.
Thank you so much! It works
