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

update a particular row based on the value of previous particular row using multirowformul

Happylife2025
7 - Meteor

Hi , I would appreciate your kind help for solving the issue below. I have the attached data and I want to update record id 4 with the values of record id 2 using multirow formula. Can you please help how to do?

3 REPLIES 3
stataltgee
9 - Comet

@Happylife2025  if u really have to use multirow then below wf will work. Otherwise I'll suggest just update using formula tool for each col 

 

if [record id] = 4 then 500 else 0 endif 

 

like this for all columns

Happylife2025
7 - Meteor

@stataltgee , thank you so much. if I have 5 more amount columns, is there a way to use one single formula to update all columns instead of using multiple multirow tool?

stataltgee
9 - Comet

@Happylife2025  hope this helps

Labels
Top Solution Authors