Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
Asteroide

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

 
 

Capture.PNG

 

 

6 RESPUESTAS 6
Brankl
Meteoro

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
Asteroide

@Brankl can you give an example?

calvincarr29
Asteroide

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

Raj
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
Polaris

@calvincarr29 use the MAX option in the summarize tool

image.png

Raj
Nebula

one way of doing it find attached.

Etiquetas
Autores con mayor cantidad de soluciones