Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have created a Block Chart and the after giving the necessary dimensions and expressions i have got the below chart
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
it is not possible ,
if you want you can achieve it by changing the font size or by limiting the legend character.
Hi,
May be you can try with Calculated dimension using the subfield function..
Like
subfield(Dim,'in',1) & chr(10)&SubField(Dim,'in',-1)
Sample Attached.
Hi Samy,
Thanks a lot....