Hey All,
Just wondering if anyone would be able to assist me with a question I have - very New to Alteryx.
I have a data set that I was to split by 'Fund' (Fund 1, Fund 2 etc) and then have the first 10 balances the largest Unrealized Gain/Loss and next 10 the smallest Unrealized Gain/Loss balance. However keep the rest of the information below it also.
I've tried using the sorting tool but I can't seem to keep the rest of the information,
Any help is much appreciated
Thanks,
Anita
Solved! Go to Solution.
Hi @anitamarie2020 ,
What exactly do you mean by keep the rest on the information below the top 10 largest and top 10 smallest? If you could give an example, that would be helpful.
I went ahead and started a workflow that gives you the Top 10 Largest an Top 10 Smallest Unrealized Gain/Loss grouped by Fund and sorted. Note sure if this is your desired output but I think with some clarity we can tweak it accordingly.
Let me know what you think.
Best,
Danny
This ended up being quite the challenge, but I think this workflow will get you to your desired solution! See attached workflow for solution.
Had to manipulate data quite a few times in order to preserve the sorting created for the Largest 10 and Smallest 10 subsets. The two green browse tools in the workflow have the outputs for the following:
1) full detailed set of your data sorted by Fund, Largest 10, smallest 10.
2) grouped sets of data grouped by fund, sorted by largest 10, smallest 10. Also create a couple of row rules to highlight your data similar to your example
The last output features an example output to Excel, based on the document you shared above. This includes an output of your data grouped by fund exported to individual sheets within one Excel workbook.
Please let me know if this helps or if you have any questions!
Best,
Danny
Hi Danny,
Thank you so much for going to such effort to resolve the query I had. I downloaded and ran with different files and it works perfectly.
Thank you very much for your time and effort - much appreciated,
Thanks,
Anita