<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wrapping dimension text using chr13 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739184#M1080076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In some charts (bar and line chart for example) it's not possible to wrap dimension values over multiple lines. In others you need to enable the option Wrap Cell Text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 14:18:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-07-09T14:18:14Z</dc:date>
    <item>
      <title>Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739182#M1080074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a wordwrap on the dimension labels for a chart. I've created the following calculation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=left([Program Title],15)&amp;amp; chr(13)&amp;amp;mid([Program Title],16)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are :&lt;/P&gt;&lt;P&gt;Is there a way of making it so that the split occurs between a specific number of words rather than just after the 15th character?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, this is not actually working - I get the first part of the Program Title and then a big space and the second part doesn't appear at all. What is wrong with my syntax? Or is there something I'm missing somewhere else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739182#M1080074</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-09T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739183#M1080075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The approch you are using is not correct , bcz&lt;/P&gt;&lt;P&gt;all the dimension values not have space at 15th charecter, so try to do this&lt;/P&gt;&lt;P&gt;like divide the sentence by 'space' first/second of your choice...&lt;/P&gt;&lt;P&gt;that wil look good than the previous,&lt;/P&gt;&lt;P&gt;for this use subfield function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739183#M1080075</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-09T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739184#M1080076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In some charts (bar and line chart for example) it's not possible to wrap dimension values over multiple lines. In others you need to enable the option Wrap Cell Text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739184#M1080076</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-09T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739185#M1080077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. How do I enable the Wrap Cell Text? I've tried doing this in the presentation tab of the chart but this just seems to change it for the legend and not for the dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739185#M1080077</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-09T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739186#M1080078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your help. I've had a go at putting it in the subfield function instead - but what if i don't know how many words there are going to be? I can write something to enter a carriage return after the 3rd word, but how do I just get the rest of the label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739186#M1080078</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-09T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739187#M1080079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a calculated dimension like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace(&amp;lt;DimensionField&amp;gt;, ' ', chr(13))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will look strange if you have more than two words. Even a two line label takes a lot of space and could cross the next one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;Gysbert Wassenaar&lt;/A&gt; this works for line and bar charts, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739187#M1080079</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-09T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739188#M1080080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See caption...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739188#M1080080</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2014-07-09T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739189#M1080081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example document for me? I can't seem to make that work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 14:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739189#M1080081</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-09T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739190#M1080082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 15:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739190#M1080082</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-09T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739191#M1080083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting this. I've tried it but I think there must be some other setting applied somewhere that is stopping it from showing all the lines. I just get the first word for each label rather than several lines.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would a theme or something like that prevent it from showing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 15:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739191#M1080083</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-09T15:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739192#M1080084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's version related?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Wrap.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62085_Wrap.PNG.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 15:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739192#M1080084</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-09T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739193#M1080085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can open your example file and it works like the image that you've posted here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep trying different things!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 15:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739193#M1080085</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-09T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739194#M1080086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's not version related afaict. But it only works with the dimension label orientation set to diagonal or vertical. And only for the default Orientation style.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 15:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739194#M1080086</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-09T15:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping dimension text using chr13</title>
      <link>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739195#M1080087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help with this. Following Gysbert's answer I think it seems to be that I can only wrap the text on the vertical orientation. I wanted to have the text horizontal (because it's so long!) so I think this may not be possible. Perhaps it will come in a new version of Qlikview.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 08:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrapping-dimension-text-using-chr13/m-p/739195#M1080087</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-07-14T08:29:21Z</dc:date>
    </item>
  </channel>
</rss>

