Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Removing text from Legend

I have a calulated dimension which groups years, when it outputs the grouped year value to the screen i get the following;

1900 <= <1905

1905 <= <1910

How can i get rid of the <= < bit between the dates?

I have tried Num() and mid() the calculated dimension, but this affects the output.

Does nayone have any ideas?

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps you can remove that string with the replace function: replace(class(MyYear,5), '<= <', ' ')


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
rustyfishbones
Master II
Master II

Press CTRL +Shift and the Chart will show red Squares around the Legend

try drag it to minimize the text it's showing, that may do it, or you could add an object and set the color to white and place it over where it shows <= <

Regards

Alan

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps you can remove that string with the replace function: replace(class(MyYear,5), '<= <', ' ')


talk is cheap, supply exceeds demand
Not applicable
Author

Gysbert - thats it! - Thanks very much. Paul