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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula to check against same value dataset

Metadata21
8 - Asteroid

Hi 

 

I need to create a formula for the below to replicate column K & L.

 

Column K looking at invoice currencies and if they match to say "correct" else "check"

 

Column L looking at invoice values and if they match to state "correct" else "check"

 

thank you all for your help! :-) 

Metadata21_1-1664365107383.png

 

 

 

3 REPLIES 3
DataNath
17 - Castor
17 - Castor

@Metadata21 you can just create a couple of new fields within the Formula tool, using expressions like the following. I've just used mock data so you'll obviously need to replace Curr1/Curr2/Amount/Amount1 with your fields:

 

DataNath_0-1664366417145.png

binuacs
21 - Polaris

@Metadata21 One way of doing this

binuacs_0-1664366536819.png

 

Metadata21
8 - Asteroid

@DataNath @binuacs you guys are absolute legends - thank you!

Labels
Top Solution Authors