Alteryx Designer Desktop Discussions

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

If statement, values match another column

padawanRZ
6 - Meteoroid

Hello,

 

This might be straight forward but i'm not getting the expected value. The formula yields zero for the name value when i try:

 

if [Column_Name] = "Name" then [PCT_NonNull]==[Count_Content Name]
else [Column_Name]
endif

 

 

From:

Content NameColumn_NameCount_NullCount_NonNullPCT_NonNullCount_Content Name
abcBusiness Description261950.8824221
abcName02211221
defName04431443
defPCI-DSS3311120.2528443
ghiName04481448
ghiPCI-DSS533950.8817448

 

To:

Content NameColumn_NameCount_NullCount_NonNullPCT_NonNullCount_Content Name
abcBusiness Description261950.8824221
abcName0221221221
defName0443443443
defPCI-DSS3311120.2528443
ghiName0448448448
ghiPCI-DSS533950.8817

448

 

 

1 REPLY 1
nagakavyasri
12 - Quasar
Labels