Hi - I am fairly new to Alteryx so I imaging the problem I am having below is fairly easy to solve, but don't seem to be having any luck with it.
Basically I have 3 risk categories with a "Low", "Medium" or "High" rating on them and want to be able to create summary data based on these risk buckets both by assets and different investor.
I have put a clip of the basic idea of what I am trying to do in excel below. Obviously I will expand this to further summarize by asset #, $'s invested, and a variety of other information, but I need to get over this hump first.
Thanks
Solved! Go to Solution.
@mschertz - attached workflow is an attempt to implement your ask. I chose Summarize tool to count the risk types across a given investor, and used Crosstab tool to make output match your excel screenshot.
A similar approach should be applicable to the other metrics you are looking to compute.
Thank You both,
These both get me where I need to be and point me in the right direction of how to use the different functionality of some of these tools.
Thanks!