We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Ignoring negative in the count.

ManuelRodrigues
8 - Asteroid

Hi All 

 

I am trying to setup a frequency counter based on two parameters [Employee number/name] and [employee number/Location]. I have managed to do this however i would also like to ignore any negative values being counted e.g.

 

Current view

ManuelRodrigues_0-1645541333501.png

 

Proposed View

 

ManuelRodrigues_1-1645541509703.png

 

Thanks!

3 REPLIES 3
gabrielvilella
14 - Magnetar

Maybe a formula, if that number is < 0 then fill with 0.

atcodedog05
22 - Nova
22 - Nova

Hi @ManuelRodrigues 

Can you provide some sample input and expected output in an excel file It will help us get a better understanding of the usecase.

We will be happy to help : )

binuacs
21 - Polaris

@ManuelRodrigues Another option similar to @gabrielvilella in the formula if the number is < 0 the Null else 1, then use the summarize tool and use the option Count Non-Null

Labels
Top Solution Authors