Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Optimization logic using Alteryx

rrakeshn
6 - Meteoroid

Hi All,

 

I am trying to work on an optimization logic for details as in the attached file. Following are the tasks am planning to execute using Alteryx:

 

1. Rank Margin$ in ascending order. For instance, margin 248 being highest will be ranked No.1 & margin 0 ranked the lowest

2. Sort “Nameplate” & “Market” combination basis Ranking done in step no.1. For instance, ABC1 & South Korea with 248 margin will be at the top & TUV & India with 0 margin will be at the bottom of the table

 

Could you please suggest a way forward in Alteryx to arrive at this logic & output.

 

Thanks

Rakesh

5 REPLIES 5
gabrielvilella
14 - Magnetar

Hi @rrakeshn, is this what you are looking for? 

gabrielvilella_0-1659361053563.png

 

binuacs
20 - Arcturus

@rrakeshn something like this

binuacs_0-1659361352155.png

 

rrakeshn
6 - Meteoroid

Thank you Gabriel 

Yes am looking for a similar output. However, the primary criteria for sorting should be Margin$ first. Also we need to add another column showing "Ranks" in ascending order basis margin$.

 

 

Regards,

Rakesh

rrakeshn
6 - Meteoroid

Thank you. This is what am looking for.

 

Also can we add "Ranks" in ascending order basis margin$ in column F6?

binuacs
20 - Arcturus

@rrakeshn Updated the workflow by adding the Rank column

 

binuacs_1-1659362543802.png

 

Labels