Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Edit the label of dimention

Hi I have a chart shown as following, I would like to

1. change the dimention of grade from 'A.xpb' to 'A'. How could I do it either in script or directly in the chart?

2.I would like to label each grade in their area, such as lable 'E' in the green area.

1111.jpg

Thanks so much!

14 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

It is not exactly what you expected, but see attached

Regards,
Sergey
Not applicable
Author

Hi Jelly,

1. You can write the expression like this either in script or in expression:

left(Grade,1) As Grade

2. For second problem I don't think that you can place legend over data points.

Hope this will help you..!

Not applicable
Author

Hi,

For my second question, can I use the 'chart in text' in the presentation tab to add the text in each of the area?

I have tried that but I do not have a good modify on the Angle(Degrees)...

Not applicable
Author

Hello Jelly,

For the 1st one u can edit the dimension of grade by left(Grade, 1) if u r sure about
that field will always contain grade at first place.

For the second one dere is no option to put labels on chart as this option is available in excel

but not in qlikview .

Well u can also grid chart if u want to display labels in chart

but frankly speaking till now i am unable to find out when grid chart is actually required

Regards,

Hassaan

Anonymous
Not applicable
Author

you can actually achieve this with a combination of dual and an if statement...check this link out...i implemented into your file as an example (check attachment, modify to your need)

Can I add label to lines inside chart?