Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Create a Countif so I can filter on the values later in my Workflow

Karl_Spratt
8 - Asteroid

Hi Community,

 

I want to to Create a Countif so I can filter on the values later in my Workflow, my scenario is 

I have customer bookings, which I have gotten into year / period view, in excel I'd write the countif as

=COUNTIF(D2:O2~">0")

then I would create another formula to say  if the countif was >= 4 say Yes i want to FC this Item, use its bookings.

FC Filter Formula

=IF(P2>=4~"FC = Yes"~"FC = No")

 

How do I create a countif / filter in Alteryx, can some please explain, also my monthly headers need to be dynamic, as we move into 2022 bookings data which will be sent to the WF with 2021 ( My look back is the last 12 moths rolling)

Attaching sample data, any help is appreciated.

TIA,

KArl.  

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Karl_Spratt 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1643199657748.png

 

Hope this helps : )

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Karl_Spratt 

Cheers and have a nice day!

Labels