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: 
bharatkishore
Creator III
Creator III

Block Chart

Hello All,

I have created a Block Chart and the after giving the necessary dimensions and expressions i have got the below chart

Block Chart.PNG

As you see the i am not able to see the full text. I am getting Current-Due in 10 to.....

But i need to see the full text. Can you please tell me how to do this.

Thanks,

R. Bharat Kishore

12 Replies
Anonymous
Not applicable

it is not possible ,

if you want  you can achieve it by changing the font size or by limiting the legend character.

Img1.PNG

settu_periasamy
Master III
Master III

Hi,

May be you can try with Calculated dimension using the subfield function..

Like

subfield(Dim,'in',1) & chr(10)&SubField(Dim,'in',-1)

Capture.JPG

Sample Attached.

bharatkishore
Creator III
Creator III
Author

Hi Samy,

Thanks a lot....