We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

adding a Sub total row

Mo1995
6 - Meteoroid

I have the following data set

 

I want to run a sub total row for each year's transactions:

 

here's how the data looks :

 

Mo1995_1-1634814193869.png

 

 

this is the desired output:

Mo1995_0-1634814167559.png

one last remark, I want the expression to be dynamic not just a reference for those 2 specific years 

 

and note every 4 rows repeat for each year

 

any thoughts ??

 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @Mo1995 

 

Can you provide some sample input and expected output it will help us get a better understanding of the usecase.

Mo1995
6 - Meteoroid

@atcodedog05 

 

this is the sample data with the desired output row highlighted in yellow

atcodedog05
22 - Nova
22 - Nova

Hi @Mo1995 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1634815654589.png

 

Hope this helps : )

 

Mo1995
6 - Meteoroid

@atcodedog05 

 

yes that worked right away I appreciate it

 

I just have one more question

 

would this workflow still work If I added more years like 4 rows for 2017,2018 and so on or do I need to modify the formula ??

atcodedog05
22 - Nova
22 - Nova

Hi @Mo1995 

 

It should still work with no code change.

Labels
Top Solution Authors