I am sure my understanding of the dynamic tools is probably off here, hence reaching for help.
Attaching a pic of what my analytic app looks like.
Input macro that gets a list of data from one table.
User is asked to select which columns he wants "Counts of"
And when the app is run, it should give counts of that selected field.
Example: Table has 20 rows with name, birthdate, gender, cityname.
If I select gender, it should give me an output of - 10 male and 10 female.
What step am I missing? How do I tell the summarize tool to pick the selected field?