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.

Shift records up

calvincarr29
8 - Asteroid

I need to shift my records up to get ride of a null row.

 
 

Capture.PNG

 

 

6 REPLIES 6
Brankl
7 - Meteor

You can use the summarize tool to concatenate rows. The nulls won't have a value, so combining these two rows gets you the result you're looking for.

calvincarr29
8 - Asteroid

@Brankl can you give an example?

calvincarr29
8 - Asteroid

I just need to shift the left three columns up so that they line up.

Raj
16 - Nebula

This can be achieved in multiple ways
1- using multi row Formula
2- using Transpose and Cross Tab
3- Using Summarize tool

I personally suggest using multi row formula tool
you can refer to the attached example you will definitely get the solution
if you struggle I will help with sol

binuacs
21 - Polaris

@calvincarr29 use the MAX option in the summarize tool

image.png

Raj
16 - Nebula

one way of doing it find attached.

Labels
Top Solution Authors