Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Incorrect comparison output

BenMurrells
8 - Asteroid

In a nutshell.  I'm completing a reconciliation between two datasets.

 

  • Column A vs Column B = Variance column
  • Both columns have been formatted to V String 255
  • Where column A had 'visually' empty cells they come through as [null]
  • Where column B had 'visually' empty cells they come through as what look to be blanks
  • I have chucked the cleansing tool over the columns and asked to remove null rows and columns and replace with blanks and/or 0
  • Obviously in this instance we are dealing with string
  • However even after this the variance column returns an error when Column A & B are visually empty.

 

What am I doing wrong here?  To clarify the variance formula I have in place is purely IF column A = B then 'Ok' else 'Error'  The formula seems to be working where the two fields match. 

 

3 REPLIES 3
BenMurrells
8 - Asteroid

Ignore.  Worked it out myself.

OllieClarke
15 - Aurora
15 - Aurora

@BenMurrells could you post the answer in case other people have the same issue?

BenMurrells
8 - Asteroid

Quite simple really.  Place your cleansing tool before the variance calculation takes place.  Not after. 😃

Labels
Top Solution Authors