Alteryx Designer Desktop Discussions

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

data analysis

ntudev
8 - Asteroid

I'm trying to basically find a way to add a third column that will show me if checks have same codes and if both lastmonthcheck and check have 80 then if there is another check amounts that have the same code but different check amount it will get tagged as 1. example below. If the code is the same but one of the rows has both 80 then even if the 2nd row (with the same code) is 57 then it should get 1. I hope this makes sense

CodeCheckLastMonthCheckMax Check
34873980571
34873980571
34873980571
34873980801
34874080800
34874180570
34874280571
34874280801
34874380570
34874380570
3 REPLIES 3
geraldo
13 - Pulsar

@ntudev 

 

I'm resubmitting the workflow to see what went wrong

 


a doubt that was from the other post.
The base already comes in order of releases because in the workflow I gave a sort to organize the base.
if it already comes in the order, just remove the sort from the workflow and adjust the comparisons

ntudev
8 - Asteroid

not sure what you mean remove the sort, can you do it in the alteryx package? i ran the one you just sent me but it still shows the old version.

 

ntudev_0-1686946174585.png

 

geraldo
13 - Pulsar

@ntudev 

 


This version serves a few cases, perhaps there are other situations that will need to adjust the formula

Labels