Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic Summarize Date field with Total

BosKev
8 - Asteroid

Hi All,

 

I want to be able to summary the column total when there are new month coming up. Any solutions? Thanks.

 

Right now I'm using a summarize tool

 

Capture.JPG

 

 

 

DIVISION NAME2019_01_312019_02_282019_03_312019_04_30Total
A01001
B01203
C1521271477
D1419222883
Total29425142164

 

 

2 REPLIES 2
JosephSerpis
17 - Castor
17 - Castor

Hi @BosKev if you transpose your data then use a crosstab you can add in a Total Row and Total Column field within the method for aggregating values. I attached the workflow as well.

 

Dynamic_Total_130919.PNG

 

 

Dynamic_Total1_130919.PNG

BosKev
8 - Asteroid

Thank you!

Labels
Top Solution Authors