<?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: X-axis wrap test in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222477#M869890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot table column shift&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2016 09:00:57 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2016-11-25T09:00:57Z</dc:date>
    <item>
      <title>X-axis wrap test</title>
      <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222475#M869888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have wrapped the text in x-axis by using the below code.But still i need the '&lt;STRONG&gt;corpus christi and the valley'&lt;/STRONG&gt; required more wrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the image and code used to wrap the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=if(SubStringCount(trim(District_Desp),' ')&amp;lt;=6,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;' '&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',2)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',3)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;' '&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',4)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',5)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;' '&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',6)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',7))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144740_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222475#M869888</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis wrap test</title>
      <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222476#M869889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=if(SubStringCount(trim(District_Desp),' ')&amp;lt;=6,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;chr(13)&lt;/SPAN&gt;&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;&lt;SPAN style="color: #ff0000;"&gt;chr(13)&lt;/SPAN&gt;&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',5)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;&lt;SPAN style="color: #ff0000;"&gt;chr(13)&lt;/SPAN&gt;&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',6)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;chr(13)&amp;amp;SubField(replace(replace(replace(trim(District_Desp),' -- ','-'),' - ','-'),' (','('),' ',7))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 13:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222476#M869889</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-24T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis wrap test</title>
      <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222477#M869890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot table column shift&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 09:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222477#M869890</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-11-25T09:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis wrap test</title>
      <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222478#M869892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pivot table column shifts? Not sure what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222478#M869892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-25T12:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis wrap test</title>
      <link>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222479#M869893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check in community it's an request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 16:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/X-axis-wrap-test/m-p/1222479#M869893</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-11-25T16:32:52Z</dc:date>
    </item>
  </channel>
</rss>

