Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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