Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Sorting Data Based on States with Prin Bal >5%

JasmineG
5 - Atom

I am looking to create a geographic distribution like the example I have included. I need to display states with principal balances over 5% of the total. How do I do this with Alteryx and display it like in the attachment. In the end, I will have more than just these two columns grouped by the state, but for now I will simplify.

1 REPLY 1
jrgo
14 - Magnetar

@JasmineG

 

Attached workflow demonstrates how this can be achieved. That first Summarize tool is the key to making this work. once you have that value, append it back to your data so it's a value available for all your records. from there, is just applying your formula.

 

image.png

Labels