Ryan Robinson Posted July 24, 2023 Share Posted July 24, 2023 I have a datatable with columns. I want to add all the columns for each row, which I did by using custom sum function. Next I want to display a bar chart that shows biggest sums on the left in descending order. All I can see are the bars in the order the columns are organized.Does anyone know how to fix this so I can see what are the biggest and the smallest ones?Thank you Link to comment Share on other sites More sharing options...
Ryan Robinson Posted July 24, 2023 Author Share Posted July 24, 2023 I basically want to figure out what are the biggest bar contributes from this chart attached below. Maybe arrange it showhow so its visually easier to understand. Link to comment Share on other sites More sharing options...
Astrid Blee Posted July 25, 2023 Share Posted July 25, 2023 Hi Ryan, The way to sort columns is found under the Properties >> Appearance. At the bottom, there is the option to sort the bars of your bar chart by value, and then to also sort the segments within each bar by value as well. You could also have the data filtered to show only the top 5 / top 10 of a certain category - this is detailed in his Stack Overflow response, if you think that would also help your visualisation. Hope that helps! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now