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

Status Tracer calculation

Neffri
8 - Asteroid

Hi, 

I need to add Column 'Tracker' which will have 3 different statuses based on the 3 conditions:

  • 0 = Never had an B (status for all months = 'A' or is blank)
  • 1 = Has an B as of the month ( status for the month = 'B')
  • 2 = Had an B (status in any month on the tracker = B)

Sample below: 

 
 

sample.PNG

 I will be grateful for help 🙂

 

10 REPLIES 10
atcodedog05
22 - Nova
22 - Nova

Hi @Neffri 

 

It won't that way. Reason being A and B are single character. Where as exception and scope is not.

 

Suggestion would be after transpose use formula tool to change exception and scope to A and B then follow the process.

Labels
Top Solution Authors