Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Sum grouped fields Dynamically

BautistaC888
8 - Asteroid

Hello,

I need to sum numeric fields grouped by an ID field. I used the summarize tool but i need to know if there is a way to sum any new field that gets added to the database dinamically (without manually updating the tool).

Thank you.

2 REPLIES 2
Deano478
12 - Quasar

You could use a combination of Transpose and Cross Tab tools to add some level of dynamic to what you trying to achieve. Here is a reference for help purposes: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/dynamic-summarize/td-p/482985 

 

 

binuacs
21 - Polaris

@BautistaC888 As @Deano478 mentioned this can be achieved with the help of the transpose and Cross tab tool

 

binuacs_0-1677510922265.png

 

Labels
Top Solution Authors