Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
I have a doubt about labels in x axis. If I build a long chart, I can see my labels ok.
But if I try to reduce its size the last label disappears.
How could I solve it? Thank you in advance!
Patricia, please combine my two suggestions, using replace and 45 degrees
Thank you Clever. It works.
It's not the way I wanted because it isn't my global document format. But thank you a lot anyway!
I can't by legal protection of my data... Thank you!
Maybe this expression could be nicer, please let me know if you like
=left(vField,Index(vField,' ',2)) & chr(10) & SubField(vField,' ',-1)
How do you get the option to Truncate label, I have not seen this before?
Is this in an updated release?
11.20SR5
In Preoperties --> Limit Legend
Hi Clever,
I have 11.2 SR2, how do I get SR5?
Will this have any effect on all my current documents?
Regards
Alan
Hi Alan Farrell, go to download area QlikView Personal Edition | QlikView and search for 11.20 SR5.
"Will this have any effect on all my current documents?" maybe bug fixes and some improvements
Clever thanks again!
When I have 45 degrees labels, it works perfectly:
It doesn't work when I have horizontal labels:
I have tried the next formula too:
=left(vField, findoneof(vField, ' ', ceil(substringcount(vField, ' ')/2))) & chr(13) & chr(10) & right(vField, len(vField) - findoneof(vField, ' ', ceil(substringcount(vField, ' ')/2)))
with the same result as your formula.