Hi All,
I would like to learn how to convert the attached nested batch macro to an iterative macro. Note: I created a toy example for learning purposes. I am grouping by name and date and calculating an average. In this case, I already know that I can simply use a Summarize Tool; however, for more complex analysis, I will need to use this nested batch/iterative macro logic. Can someone help me do this?
Thanks in advance!
Solved! Go to Solution.
We may need a bit more information on what you are trying to accomplish since there really isnt much to iterate on with your example data.
I took a stab at it anyway and created a name/date grouping number and used it to do the iterating. Hopefully that is sufficient to demo the iterative macro for you. Let us know if this isnt quite what you were looking for.
Nice example. Thank you!