Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to have dimension values as wrapped text?

Hi All,

QlikView doesn't have the setting to make dimension values to show as wrapped text. I wonder if this is possible using Extension?

Can someone point me to where I can start learning Extensions?

Thanks much.

12 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

You would need to set the "Wrap Cell Text" and set number of lines you would like, under Presentation tab in Properties of the chart.

Is this what you are looking for?

Not applicable
Author

Oh sorry, my bad. I meant in bar chart, x-axis values to be specific.

disqr_rm
Partner - Specialist III
Partner - Specialist III

Ah! No, I am afraid that's not possible. Now, if somehow you can insert a chr(13) in the text, it may break into 2 lines, but not going to be a good solution.

disqr_rm
Partner - Specialist III
Partner - Specialist III

Not something I would like to do for charts over huge data, but this could be a solution for you. See enclosed!

Not applicable
Author

Thanks Rakesh.However your solution won't work if the Primary Dimension Labels under Dimension Axis is set to horizontal.

Is it not possible even with extensions? QlikView can do all the fanciful people chart, google map chart but there's no way to get label to be wrapped text? =(

vidyut
Partner - Creator II
Partner - Creator II

Hi,

It is definitely possible using the extensions. Extensions provide you with access to the data of a straight table chart, so you could use your charting components on top of that data, and manipulate the view the way you want using css/javascript/UI component used. To get the desired effect, you need to do the following:

   1. Learn about extensions

   2. Decide about which charting components provide you with the desired options

   3. Write an extension (Or use if there is an existing one) to get the data and to drive your chart

   4. Use your components attribute to format the chart the way you want.

There is nothing on extensions that stops you from having a wrapped text label, and if you are good with Javascript/CSS etc. it should be fairly straightforward.

Regards,

Vidyut

disqr_rm
Partner - Specialist III
Partner - Specialist III

Sure, it won't work - I just gave you most possible solution out of the box.

I think your question is very reasonable and it should be place to QlikView Ideas for next versions. Please go ahead and make a post in QlikView Ideas section here: http://community.qlik.com/ideas

For now, creating your own extension and applying it to your application seems to be the only solution, as suggested by Vidyut.

Not applicable
Author

Thanks Vidyut and Rakesh for your input. I was reading here and google-ing and wasn't sure if the dimension/expression property is restricted by qvpp properties.

I need to learn javascript and css first. Many thanks.

mago
Contributor
Contributor

Hi All,

Maybe this example could help some one with the problem. It's the only way that I've found.

Regards.