Ok maybe this is easy, but I think it's pretty challenging.
I currently have a workflow that produces a dataset like this:
observed1 | expected1 | observed2 | expected2 | observed3 | expected3 | observed4 | expected4 | |
a@server.com | 1 | 2 | 2 | 2 | 2 | 4 | 1 | 3 |
b@server.com | 3 | 2 | 4 | 2 | 2 | 4 | 3 | 4 |
c@server.com | 2 | 1 | 4 | 1 | 3 | 1 | 2 | 2 |
d@server.com | 3 | 1 | 2 | 1 | 2 | 2 | 3 | 1 |
What I hope to do is generate a radar chart for each row, then email it to the associated email in the table row. The first row would look like this:
to: a@server.com
I know how I could achieve this in Python or R, but I need it in Alteryx despite my tenure with this tool being ~1 day.
I appreciate any ideas!
Hi @scipullo
2 things
-Alteryx report tools are not so flexible like the python/R report libraries, so you sometimes need to adapt and do what you can with what you have, if you know what i mean.
-This radar graph is not an option for the current interative chart tool (i really dont know why), but it was an option some time ago. You can click with the right button on any report tool and you will have an option to see the deprecaded tools. This will make available for you the Charting tool. With this tool you can make radar graphs.
And then, here it is. Just play around and format it as you wish.