Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

summarize multiple layered positions

tiverson
8 - Asteroid

I have an account mapping where I need to roll up lower levels and summarize the data

Currently, I have my data at the non highlighted level (ie..B011010, B011050, B013110, B013150, etc)

I need to figure out what is the easiest way to add the next level to the data.  Once I add this layer, I can summarize what I need

 

tiverson_0-1642010587299.png

tiverson_1-1642011478592.png

 

 

1 REPLY 1
ChrisTX
16 - Nebula
16 - Nebula

The quickest option may be to use 4 Multi-Row Formula tools, for fields Node1 to Node 4, to copy values down to a blank row below.  Then filter our rows where Node5 is blank.

 

Here's the tool mastery article: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Multi-Row-Formula/ta-p...

 

In Alteryx Designer, click Help > Sample Workflows > Learn one tool at a time > Preparation > Multi-Row Formula

 

Chris

Labels