In my line chart I can right click values on the x-axis and choose Edit Axis Label, and the Label Aliasing dialog box appears. The same option is not available for values on the y-axis and I don't understand why.
My y-axis has values of 1, 2, and 3, and I would like to substitute those labels for LOW, MED, and HIGH. The y-axis is from a formula that I created, and I found that I can only Show Values of Maximum if it's a number as opposed to text. When I added "LOW", "MED", and "HIGH" to my formula (below), my only chart option was Count. Any help would be great!
The values in {myfield} are all from 0-100. Here's my formula:
If {myfield} in 0 to 65
Then 1
Else
If {myfield in 66 to 79
Then 2
Else
If {myfield} in 80 to 100
Then 3