Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Tier Calculation

DiyaR
8 - Asteroid

Happy Friday :)

hoping someone can help me. I am trying to calculate fee on tier basis. Let say total claimed was $1,128,700. I have to breakdown total claimed in tier level to calculate fees (highlighted). Below is the excel sample. My challenge is breakdown total claimed based on Tier level.

 

Capture.PNG

2 REPLIES 2
jdunkerley79
ACE Emeritus
ACE Emeritus

I suggest:

2019-02-15_17-56-52.jpg

 

I added a record id to track each row through computation

Use an append fields to join the tiers to the input levels

Filter when Input is below the From for a tier

The formula can then compute the fee

Finally summarise totals

 

Sample attached

 

DiyaR
8 - Asteroid
Thank you. I will try this with multiple different tier level. Appreciate your help :)
Labels
Top Solution Authors