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.
SOLVED

Return the most right value in the same row

Amber0208
5 - Atom

 

 Hi, I'd like to return the value of the most right cell in the same row. 

 

For example, the result that I want to find is column C. 

 

Amber0208_1-1667280867417.png

 

Thanks a lot! 

4 REPLIES 4
KrishnaChithrathil
11 - Bolide

@Amber0208 

I don't think I understood the scenario clearly.

You want values from Column C alone?

 

 

 

Thanks,

Krishna

Amber0208
5 - Atom

Hi Krishna,

 

I think the example makes you confused. Actually, I have another -huge- data with date(column) and each transaction price, 

looks like below: 

 

 

Item      6/1   6/2  6/3  6/4   ... 

A         800       -       -      700

B         900    800     -        -

.

.

 

but I would like to return the only price at the last transaction date. :

 

Item    Last Price

A          700

B          800

.

.

 

 

However, the origin data is too big and complicated so I just find a simple example. :)

Thank you for your reply!

binuacs
21 - Polaris

@Amber0208 One way of doing this

binuacs_0-1667284434465.png

 

Amber0208
5 - Atom

 

  Thanks Binu! It works! :) 

Most appreciated ! 

Labels
Top Solution Authors