Alteryx Designer Desktop Discussions

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

Formula

Hi2023
8 - Asteroid

Hi,

 

I am needing help with a formula- I think it is right but it is not coming out correctly.

 

 

PR-ALT-STATE” column – KJ only needed to be populated if “OWN-STE” column does not equal “KJ”—

 

I put new column for PR-ALt-STATE  -IF [OWN-STE] != 'KJ' then 'KJ' else Null() endif

 

 

thanks in advance!

2 REPLIES 2
BS_THE_ANALYST
14 - Magnetar

@Hi2023 if [KJ] != [OWN-STE] THEN [KJ] ELSE null() endif

BS_THE_ANALYST_0-1686601523615.png

 

 

nagakavyasri
12 - Quasar

Screenshot 2023-06-12 164104.png

Labels