Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change labels of legend

Hello QlikView Community

Is it possible to change the labels that are displayed at the bottom of a line chart (i.e. the legend)?

For example, if I have a chart like this, I want the A, B, C, D, E to be displayed as follows:

A should be Phase 1

B should be Phase 2

...

E should be Phase 5

Chart_Qlikview.png

I know this is possible by changing the actual data, but that is not an option for me. I want the labels to be changed only when it is displayed on the graph.

Any help or direction would be greatly appreciated.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try this as a calculated dimension instead of Project:

='Phase ' & match(Project,'A','B','C','D','E')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try this as a calculated dimension instead of Project:

='Phase ' & match(Project,'A','B','C','D','E')


talk is cheap, supply exceeds demand
Not applicable
Author

Gysbert Wassenaar, you are pure genius. Thank you thank you thank you for making my QlikView experience more enjoyable!