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

Calculate the value from dynamic columns

poornimak
7 - Meteor

I have data where columns get populated dynamically and I need to sum the values from these dynamic columns.

 

Example:

 

dynamic column1dynamic coulm2dynamic coulmn3dynamic coulmn4Final sum
12345234512345123455(dynamic column1+dymanic column2+dymanic column3+dymanic column4+…)

 

dynamic columns are my inputs and Final sum is my expected output.

My input columns may increase or decrease. How do I achieve my Final sum Field?

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

I would Transpose the columns, then Crosstab them back with the Sum AND Total Column options selected!

Prometheus
12 - Quasar

@poornimak Here's a solution.

Labels
Top Solution Authors