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

Checking calculation

Neffri
8 - Asteroid

Hi all,

 

I'd be grateful if you can help or give me a hint how I can determine Status Tracker using Alteryx.

Example below:

Neffri_0-1596114138868.png

Thank you!

6 REPLIES 6
AlanSchaeffer
6 - Meteoroid

Hi,
can you please explain a bit more the difference between 1 and 2, I think I don't see the trick here.

Thanks,
Alan

echuong1
Alteryx Alumni (Retired)

You can essentially look for either the value "exempt" or "exemption" and create flags. From there, you can do a unique and then a sum of the flags.

 

echuong1_0-1596115547643.png

 

Neffri
8 - Asteroid

When there is no other value than exempt or exception then we should have status 1. 
If the value was "In Scope" or Null then the Status should be 2.

Neffri_0-1596117452471.png

 

Neffri
8 - Asteroid

@echuong1 your solution almost work , except the situation with NULLs

echuong1
Alteryx Alumni (Retired)

See attached. You just need to add another condition for nulls.

 

If this solves your issue, please mark this as complete.

Neffri
8 - Asteroid

I added this condition 🙂

Your solution was very clever, thank you very much 🙂

Labels
Top Solution Authors