Alteryx Designer Desktop Discussions

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

Fields with no data

Analytics_Pooja
8 - Asteroid

I have a dataset with a field called BM. There could be n number of Business Managers for each Identifier at given point of time. I am transposing the data to get different fields as BM1, BM2, BM3 and so on. I want fields upto BM5 even if BM4 and BM5 doesn't exists. For example

IdentifierBM    
1Steve    
1Neha    
1Richard    
2Usha    
2Mandy    
2Nancy    
      
Output     
IdentifierBM1BM2BM3BM4BM5
1SteveNehaRichard  
2UshaMandyNancy  

 

I want BM4 and BM5 as blank columns even if there is no data. 

 

Any kind of help would be appreciated.

 

Best

Pooja 

5 REPLIES 5
gabrielvilella
14 - Magnetar

Hey @Analytics_Pooja, here is one way you can do this.

gabrielvilella_0-1647904338964.png

 

Qiu
20 - Arcturus
20 - Arcturus

@Analytics_Pooja 
here is my try.

0322-Analytics_Pooja.PNG

Analytics_Pooja
8 - Asteroid

@gabrielvilella transposing data is not a problem. Problem is to create BM4 and BM4 that doesn't exist in the current data but likely to get populated in next data. 

gabrielvilella
14 - Magnetar

See if this is what you are looking for.

binuacs
20 - Arcturus
Labels