Free Trial

Alteryx Designer Desktop Discussions

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

Remove empty cells and align values

videet
8 - Asteroid

I want to format input table as output shown below/

Any idea how it can be done?

 

Input table

Staff IDVal1Val2
100  
 2096873
101  
 26341098
102  
 24481020
103  
 34641443
104  
 1920800

 

Expected Output

Staff IDVal1Val2
1002096873
10126341098
10224481020
10334641443
1041920800
3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @videet 

 

Here is what you do.

 

Workflow:

atcodedog05_0-1625575005077.png

1. Using data cleanse tool to remove empty spaces.

2. Using muti-row formula tool is current row staff id is null take from above row.

3. Using filter tool to remove rows where val is empty

 

Hope this helps 🙂

 

videet
8 - Asteroid

@atcodedog05 ,

Thanks buddy you have been life saver for me!!

Cheers!!

atcodedog05
22 - Nova
22 - Nova

Happy to help @videet 🙂

Labels
Top Solution Authors