Start Free Trial

Alteryx Designer Desktop Discussions

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

Generate row based on RecordID and then populate with data from seperate column.

sam_mulholland
6 - Meteoroid

I am relatively new to Alteryx so apologies if this is simple. I am trying to generate a row where there is a new RecordID and then populate the 'Quote' column with the output found in the 'Silver' column. I have tried a couple of methods and can't get the output to have the desired effect. 

 

Sample Data:

 

RecordIDQuoteSilver
10032716.9115.14
10032722.0915.14
10032723.2415.14
10032829.916.98
10032827.716.98
10032814.4216.98

 

Desired Output: 

 

RecordIDQuote
10032716.91
10032722.09
10032723.24
10032715.14
10032829.9
10032827.7
10032814.42
10032816.98
1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

Looks like a Summarize tool and a union tool will do the trick! Go from there to figure out the sorting - RecordID tools may help :)

Labels
Top Solution Authors