- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I use a Bar Chart Graph in order to visualize a categorical variable: (<5% 5%-8% 8%-10%.....). The problem is that the order in x-axis isn't what I want, and therefore I need to customize the order.
I also look this two post:
https://blogs.sas.com/content/sgf/2015/02/27/sas-visual-analytics-creating-a-custom-sort-order/
https://support.sas.com/kb/49/445.html
but they doesn't work.
Have you some idea?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It is possible that you have created the custom sort properly, but the chart is not sorting by the category variable. This happens to me all the time.
Try right-clicking the chart and then selecting Sort from the context menu. (The UI might be different depending on the version of VA that you have.) Be sure the correct variable is used to sort the chart.
Let us know if that helps,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
https://support.sas.com/en/knowledge-base/graph-samples-gallery.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I use SAS VA with the object Bar Chart. I just can set some parameter of this object and I don't know how if i can write code in SAS VA and show some report. I'm just look to sort the x-axis in a custom way with the parameter of SAS VA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It is possible that you have created the custom sort properly, but the chart is not sorting by the category variable. This happens to me all the time.
Try right-clicking the chart and then selecting Sort from the context menu. (The UI might be different depending on the version of VA that you have.) Be sure the correct variable is used to sort the chart.
Let us know if that helps,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Sam,
in the property there wasn't checked the checkbox of x-axis Label.
As said you, after checked the x-axis Label, I sorted from the context menu and it works.