Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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