Alteryx Designer Desktop Discussions

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

See if account falls within % range

KLS
8 - Asteroid

Hi Community,

 

I have multiple rows of records to group according to account number. and if they are the same, i would need to calculate the amount by 1% using the smallest amount and see if they are within 1% range. I am looking at the multi row formula and stuck currently? Any help please?

 

Eg of few records below

 

account numberamount
123100
123155
555600
777210
77721.05
5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @KLS 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1635260813754.png

 

Hope this helps : )

 

KLS
8 - Asteroid

@atcodedog05 Thanks it helps!

but say if I need to group by name as well. Means i would need to calculate the amount by 1% using the smallest amount only if the account and name are the same?

 

 

accountamountname
123100charles
123155john
555600stones
777210jack
777210.5jack
atcodedog05
22 - Nova
22 - Nova

Hi @KLS 

 

Add the column in summarize tool it should work.

 

Workflow:

atcodedog05_0-1635263643722.png

 

Hope this helps : )

 

KLS
8 - Asteroid

@atcodedog05 hey i realized it works to some extent. Eg for account 777 the min amount is 210 which is not ideal .I need 990 to be the amount  as well. Meaning 210 and 990 to be the min amount for 777.to Is this possible?

 

 

 

accountamountname
123100charles
123155john
555600stones
777210jack
777210.5jack
777990jack
777990.5jack
atcodedog05
22 - Nova
22 - Nova

Hi @KLS 

 

Sadly that wont be possible 😅

Labels