<?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: column headings in a new pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488531#M101689</link>
    <description>&lt;P&gt;increase the header row height using html/css or try vizlib if your company has its license and&amp;nbsp; you can do line breaks in the text with chr(10)&amp;nbsp; like below&lt;/P&gt;
&lt;P&gt;= 'This is a long Header' &amp;amp; chr(10) &amp;amp; 'hence using a Line Break Using chr(10)' &amp;amp; chr(10) &amp;amp; 'And Another Line break for the display'&lt;/P&gt;
&lt;P&gt;This can done to the field values too:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2488446 - Line break in column headings in a new pivot table (2).PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173283i51736023E3EA8533/image-size/large?v=v2&amp;amp;px=999" role="button" title="2488446 - Line break in column headings in a new pivot table (2).PNG" alt="2488446 - Line break in column headings in a new pivot table (2).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can do line breaks on field values too wih same methods&lt;/P&gt;
&lt;P&gt;if you want to give line breaks on an existing field name, try storing the field name in a variable&amp;nbsp; and then do below:&lt;/P&gt;
&lt;P&gt;try:&amp;nbsp;= left('meas', 1) &amp;amp; chr(10) &amp;amp; mid('meas', 2, 1) &amp;amp; chr(10) &amp;amp; mid('meas', 3, 1) &amp;amp; chr(10) &amp;amp; right('meas', 1)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2488446 - Line break in column headings in a new pivot table (3).PNG" style="width: 667px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173286iD9ABEE9530D108FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2488446 - Line break in column headings in a new pivot table (3).PNG" alt="2488446 - Line break in column headings in a new pivot table (3).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 21:26:34 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2024-10-22T21:26:34Z</dc:date>
    <item>
      <title>column headings in a new pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488446#M101671</link>
      <description>&lt;P&gt;Is it possible to create a line break (long headings) for the column headings in a new pivot table (Visualization bundle)? I have already tried everything here.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488446#M101671</guid>
      <dc:creator>Bernhard_B</dc:creator>
      <dc:date>2024-10-22T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: column headings in a new pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488456#M101675</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222898"&gt;@Bernhard_B&lt;/a&gt;&amp;nbsp;Pivot Table does not provide a direct option to wrap text for column headers. However, you can achieve it using CSS if you have access to custom styling.&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.qv-object-pivot-table .qv-st-header-cell {
    white-space: normal ;
    word-wrap: break-word ;
    text-align: center;
}
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488456#M101675</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-22T14:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: column headings in a new pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488531#M101689</link>
      <description>&lt;P&gt;increase the header row height using html/css or try vizlib if your company has its license and&amp;nbsp; you can do line breaks in the text with chr(10)&amp;nbsp; like below&lt;/P&gt;
&lt;P&gt;= 'This is a long Header' &amp;amp; chr(10) &amp;amp; 'hence using a Line Break Using chr(10)' &amp;amp; chr(10) &amp;amp; 'And Another Line break for the display'&lt;/P&gt;
&lt;P&gt;This can done to the field values too:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2488446 - Line break in column headings in a new pivot table (2).PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173283i51736023E3EA8533/image-size/large?v=v2&amp;amp;px=999" role="button" title="2488446 - Line break in column headings in a new pivot table (2).PNG" alt="2488446 - Line break in column headings in a new pivot table (2).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can do line breaks on field values too wih same methods&lt;/P&gt;
&lt;P&gt;if you want to give line breaks on an existing field name, try storing the field name in a variable&amp;nbsp; and then do below:&lt;/P&gt;
&lt;P&gt;try:&amp;nbsp;= left('meas', 1) &amp;amp; chr(10) &amp;amp; mid('meas', 2, 1) &amp;amp; chr(10) &amp;amp; mid('meas', 3, 1) &amp;amp; chr(10) &amp;amp; right('meas', 1)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2488446 - Line break in column headings in a new pivot table (3).PNG" style="width: 667px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173286iD9ABEE9530D108FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2488446 - Line break in column headings in a new pivot table (3).PNG" alt="2488446 - Line break in column headings in a new pivot table (3).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 21:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/column-headings-in-a-new-pivot-table/m-p/2488531#M101689</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-10-22T21:26:34Z</dc:date>
    </item>
  </channel>
</rss>

