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.

Different data in a Same Sheet using RANGE formula

Sarath27
8 - Asteroid

Hello Everyone,

 

I am trying to write 4 different outputs in a same sheet, but its generating it in incorrect format.

 

I have tried using Range formula, first 3 data populated correctly, but the 4th data is getting misplace.

 

Pls have a look at the screenshot and also find the workflow I attached for easier access to get the solution from you.

 

 

 

 

3 REPLIES 3
aatalai
15 - Aurora

@Sarath27 can you try using the table tool (one for each current output) and formatting the output that way?

davidskaife
14 - Magnetar

Hi @Sarath27 

 

Thinking outside the box slightly but this works;

 

Capture.PNG

Join the streams on record position, and Union in any that are missed (due to it only joining the same number of rows). The final output uses named range of rows 2 - 9 which you would need to expand on if you have more data. The config for the Output Data tool is below and workflow attached:

 

Capture2.PNG

apathetichell
20 - Arcturus

My hunch is you are writing range as B:B vs b2:b5... If you are overwriting a range potentially with fewer values than are currently on the sheet - you must declare a beginning and an ending to your range. In your case - I believe you are writing over 1 row - but the other rows from your original sheet are kept in your ouput. Can't really tell though with what you've uploaded. .yxzp would help diagnose this.

Labels
Top Solution Authors