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.

If Condition

Hiteshp
7 - Meteor

Hello team,

 

 

Kindly assist with the following output.

1 REPLY 1
Peachyco
11 - Bolide

So, take the value of the rightmost/last [TL] value for each [Name]? We can use the Transpose Tool and then the Summarize Tool to resolve this, like so:

Alteryx screenshot.png

 

When we Transpose the dataset, the leftmost column is transposed first, and the rightmost column comes last. So when we use the Summarize Tool afterward to fetch the last value for each [Name], we'll get the rightmost value.

Labels
Top Solution Authors