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.

Filter Number Value in Field

karamarburger
5 - Atom

I am trying to filter the number of transactions. If there are <= 200,000 they will have a different unit cost than transactions 200,001 +. Any ideas how I can do this in Alteryx? Thanks in advance.

2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi @karamarburger,

 

Maybe you can use a tool called record ID?

 

It will count each record from the top and you will know when the record ID is higher then 200k you will charge the client more/less.

karamarburger
5 - Atom

I meant to include this image. I have a count of all transactions in one field. I had to add multiple fields to get the total before I filter it out based on the 200,000 count. 

karamarburger_0-1613580977208.png

 

Labels
Top Solution Authors