Report lable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 04:13 PM
I have a Bar report which is grouped by Active. I want to change the name of the X-axis lable from TRUE to something else. How can i achieve this?
I already tried Style => X-Axis title, it addes a new name but i want to get rid of True.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 06:38 PM - edited 05-30-2023 06:43 PM
The x and y-axis labels are not the same as x and y-axis titles. They support a different purpose.
Grouping by Active state results in "true" or "false". You cannot update the x-axis label to something else of your choice. You can create x-axis title of your own choice, using the method you have mentioned Style -> x-axis title.
If you still would like to see an option to avoid showing the labels on a report, try changing this report from "bar" type to "pie".
Next, on the Style -> Legend tab, uncheck the "Show Legend". This will allow you to hide the label "true" or "false".
If this is helpful please mark the response as accepted and helpful.