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

Need urgent assistance on replacing cell value based on condition

RaviPM10
7 - Meteor

Hi Team ,

 

can you please guide me in achieving below results

 

I'm trying achieve result base on specific cell condition 

 

Conditions

 

  1. if account / group name is ‘Sun’ and locked status is F then locked status for all below account Name should be Final
  2. if account / group name is ‘Sun’ and locked status is P then locked status for all below account Name should be Prelim

 

I' tried to use this formula 

IF [Account / Group Name] = 'Sun' AND [LockedStatus] = 'F' THEN 'Final'

ELSEIF [Account / Group Name] != 'Sun' THEN 'Final'

ELSE 'Prelim' Endif

 

when Locked Status is P for Sun in that scenario its working fine however when locked Status of F in that case its not giving desired output

5 REPLIES 5
binuacs
21 - Polaris

@RaviPM10 Which condition it is not working? The account/group name of locked status F is sea which is satisfying the second condition

RaviPM10
7 - Meteor

@binuacs  2nd condition is not working 

"if account / group name is ‘Sun’ and locked status is P then locked status for all below account Name should be Prelim'

binuacs
21 - Polaris

@RaviPM10 When you say All the Account Name, what does that mean, Can you provide your expected result, which will help to understand your use case better

RaviPM10
7 - Meteor

Please refer to attached file 

binuacs
21 - Polaris

@RaviPM10 let me know if image.pngthe attached workflow works for you

 

Labels
Top Solution Authors