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.

Split to rows before transpose-causing dups within cell

Hi2023
8 - Asteroid

I am trying to make sure my columns are not dup within each cell. How do I correct?

 

 

7 REPLIES 7
binuacs
21 - Polaris

@Hi2023 have you tried with the unique tool

 

binuacs_0-1668007858816.png

 

Hi2023
8 - Asteroid

No, that didnt work, I want each line to show for each acct# listed for that control#

JamesCharnley
13 - Pulsar

Hi @Hi2023,

 

This is going to be a bit of guess work without the rest of the workflow, but normally when you're getting duplication within a cell like that, you're aggregating somewhere, I'd expect in a cross-tab, without grouping by some kind of row level identifier. I'd expect you'll need to use a record ID tool, multi-row tool or a tile tool before the cross-tab (depending on your data, i'm not sure which will be most appropriate) and then group by that. Since it looks like you want multiple rows per Control Number, this should stop the data aggregating to the single Control Number level.

Felipe_Ribeir0
16 - Nebula

Hi @Hi2023 

 

Try to select the Account Number on the key columns of your transpose tool

 

Felipe_Ribeir0_0-1668010181776.png

 

Hi2023
8 - Asteroid

after Reglex

Felipe_Ribeir0
16 - Nebula

Hi @Hi2023 

 

Please see if the attached workflow works for you. After testing it, replace the text input for the regex output part

 

Felipe_Ribeir0_0-1668016175038.png

 

Hi2023
8 - Asteroid

thanks I will try now!

Labels
Top Solution Authors