<?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 Multi-line Column Labels in New Pivot Table Object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multi-line-Column-Labels-in-New-Pivot-Table-Object/m-p/2534609#M108406</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m using the new Pivot Table object to display data and have customised the styling under &lt;STRONG&gt;Chart &amp;gt; Grid &amp;gt; Column Height (in lines)&lt;/STRONG&gt; — setting it to two lines so that my column labels can appear on multiple lines.&lt;/P&gt;&lt;P&gt;However, even when I manually break the labels into two lines in the expression (or use CHR(10)), the text still wraps automatically in the visualisation instead of respecting my line breaks.&lt;/P&gt;&lt;P&gt;Is there any workaround for this behaviour?&lt;/P&gt;&lt;P&gt;The main reason I’m using the Pivot Table is to be able to lock scrolling on several dimensions — something that the new Straight Table doesn’t currently support, not even for a single dimension.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;John&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2025 16:16:45 GMT</pubDate>
    <dc:creator>jmcy2408</dc:creator>
    <dc:date>2025-10-28T16:16:45Z</dc:date>
    <item>
      <title>Multi-line Column Labels in New Pivot Table Object</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-line-Column-Labels-in-New-Pivot-Table-Object/m-p/2534609#M108406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m using the new Pivot Table object to display data and have customised the styling under &lt;STRONG&gt;Chart &amp;gt; Grid &amp;gt; Column Height (in lines)&lt;/STRONG&gt; — setting it to two lines so that my column labels can appear on multiple lines.&lt;/P&gt;&lt;P&gt;However, even when I manually break the labels into two lines in the expression (or use CHR(10)), the text still wraps automatically in the visualisation instead of respecting my line breaks.&lt;/P&gt;&lt;P&gt;Is there any workaround for this behaviour?&lt;/P&gt;&lt;P&gt;The main reason I’m using the Pivot Table is to be able to lock scrolling on several dimensions — something that the new Straight Table doesn’t currently support, not even for a single dimension.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-line-Column-Labels-in-New-Pivot-Table-Object/m-p/2534609#M108406</guid>
      <dc:creator>jmcy2408</dc:creator>
      <dc:date>2025-10-28T16:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-line Column Labels in New Pivot Table Object</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-line-Column-Labels-in-New-Pivot-Table-Object/m-p/2534737#M108435</link>
      <description>&lt;P&gt;Check this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1 .

=If(Len([YourField]) &amp;gt; 15,
    Left([YourField], 15) &amp;amp; Chr(10) &amp;amp;  Mid([YourField], 16),
    [YourField]
)

2.

=If(Len([YourField]) &amp;gt; 20,
    Replace([YourField], ' ', Chr(10))
    [YourField]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 29 Oct 2025 18:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-line-Column-Labels-in-New-Pivot-Table-Object/m-p/2534737#M108435</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2025-10-29T18:57:52Z</dc:date>
    </item>
  </channel>
</rss>

