Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Conditionally Update existing

JBATAIDE
7 - Meteor

Hello,

 

I was trying to update a column if blank/null by referencing other rows which fit certain criteria. I think this could be accomplished through Multi-row formula tool

 

In the example in attachment the logic would be:

If LT column is blank then populate it with the LT value from row with:

-Same 'Indication', Same 'Brand' and 'Country'

-Else Same 'Brand' and Country'

 

In my real data there may be multiple rows that satisfy those conditions. the row to pick the data from can be arbitrary.

 

Thank you in advance.

 

Let me know if not clear enough.

 

Kind Regards,

Joao

1 REPLY 1
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @JBATAIDE,

 

I haven't gone down the route of a multi-row formula, instead using summarise and joins for each of your two scenarios:

 

image.png

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workbook for you to download if needed.

 

Regards,

Jonathan

Labels