<?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: Wrap label in axis header in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wrap-label-in-axis-header/m-p/1682691#M739800</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69056"&gt;@data_RN&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a graph with really long headers that are from a calculated Dimension that uses a combo of two dimensions.&amp;nbsp; I have figured out how to truncate them so that they aren't flowing in the graph, but I can't seem to figure out how to wrap them into two lines.&lt;/P&gt;&lt;P&gt;Here is my calculated dimension:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=([Program]&amp;amp; (' ('&amp;amp;[Stage]&amp;amp;')'))&lt;/P&gt;&lt;P&gt;I found one solution in a previous post with using this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=If(Len(Name) &amp;gt; 15, Left(Name,FindOneOf(Name,' ',3)-1) &amp;amp; Chr(13) &amp;amp; Mid(Name,FindOneOf(Name,' ',3)+1) ,Name) &lt;A href="https://worldforpcapp.com/" target="_self"&gt;&lt;FONT color="#333333"&gt;whats app&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I can't get it to work with one dimension, never mind my combined 2 dimension need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; FYI - have some program names that are more that 50 characters &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks as always!&lt;/P&gt;&lt;P&gt;data_RN&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="st"&gt;labelWrap specifies whether to &lt;EM&gt;wrap&lt;/EM&gt; or clip &lt;EM&gt;label&lt;/EM&gt; once its width crosses labelMaxWidth. Default: true. Example: true, false. var chart = new CanvasJS.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Mar 2020 12:22:22 GMT</pubDate>
    <dc:creator>heetu009</dc:creator>
    <dc:date>2020-03-08T12:22:22Z</dc:date>
    <item>
      <title>Wrap label in axis header</title>
      <link>https://community.qlik.com/t5/QlikView/Wrap-label-in-axis-header/m-p/1581120#M739799</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a graph with really long headers that are from a calculated Dimension that uses a combo of two dimensions.&amp;nbsp; I have figured out how to truncate them so that they aren't flowing in the graph, but I can't seem to figure out how to wrap them into two lines.&lt;/P&gt;&lt;P&gt;Here is my calculated dimension:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=([Program]&amp;amp; (' ('&amp;amp;[Stage]&amp;amp;')'))&lt;/P&gt;&lt;P&gt;I found one solution in a previous post with using this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=If(Len(Name) &amp;gt; 15, Left(Name,FindOneOf(Name,' ',3)-1) &amp;amp; Chr(13) &amp;amp; Mid(Name,FindOneOf(Name,' ',3)+1) ,Name)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I can't get it to work with one dimension, never mind my combined 2 dimension need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; FYI - have some program names that are more that 50 characters &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks as always!&lt;/P&gt;&lt;P&gt;data_RN&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrap-label-in-axis-header/m-p/1581120#M739799</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap label in axis header</title>
      <link>https://community.qlik.com/t5/QlikView/Wrap-label-in-axis-header/m-p/1682691#M739800</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69056"&gt;@data_RN&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a graph with really long headers that are from a calculated Dimension that uses a combo of two dimensions.&amp;nbsp; I have figured out how to truncate them so that they aren't flowing in the graph, but I can't seem to figure out how to wrap them into two lines.&lt;/P&gt;&lt;P&gt;Here is my calculated dimension:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=([Program]&amp;amp; (' ('&amp;amp;[Stage]&amp;amp;')'))&lt;/P&gt;&lt;P&gt;I found one solution in a previous post with using this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=If(Len(Name) &amp;gt; 15, Left(Name,FindOneOf(Name,' ',3)-1) &amp;amp; Chr(13) &amp;amp; Mid(Name,FindOneOf(Name,' ',3)+1) ,Name) &lt;A href="https://worldforpcapp.com/" target="_self"&gt;&lt;FONT color="#333333"&gt;whats app&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I can't get it to work with one dimension, never mind my combined 2 dimension need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; FYI - have some program names that are more that 50 characters &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks as always!&lt;/P&gt;&lt;P&gt;data_RN&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="st"&gt;labelWrap specifies whether to &lt;EM&gt;wrap&lt;/EM&gt; or clip &lt;EM&gt;label&lt;/EM&gt; once its width crosses labelMaxWidth. Default: true. Example: true, false. var chart = new CanvasJS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 12:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrap-label-in-axis-header/m-p/1682691#M739800</guid>
      <dc:creator>heetu009</dc:creator>
      <dc:date>2020-03-08T12:22:22Z</dc:date>
    </item>
  </channel>
</rss>

