<?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: Splitting the Filed Name (Table's Header) into Two Separate Lines in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564463#M3777</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69198"&gt;@astep1990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Give the same name in Label and give some more spaces between DDR &amp;amp; (25632) and then enable Wrap Header Text option.&lt;BR /&gt;You can split them like this.&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="w.png" style="width: 666px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9366iB03A6AAB8C0F9A68/image-size/large?v=v2&amp;amp;px=999" role="button" title="w.png" alt="w.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 10:38:03 GMT</pubDate>
    <dc:creator>Shubham_Deshmukh</dc:creator>
    <dc:date>2019-04-03T10:38:03Z</dc:date>
    <item>
      <title>Splitting the Filed Name (Table's Header) into Two Separate Lines</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564454#M3776</link>
      <description>&lt;P&gt;I have a dataset of the following structure:&lt;/P&gt;&lt;PRE&gt;Company.ID  DDR (25632) PTL (89567)
2512             89         74
9875             78         96
7892             14         73&lt;/PRE&gt;&lt;P&gt;I would like to split the header into two different lines (Transformation must be done in Script). With other words the second part of the header should or could be the first variable. How is possible to transform the dataset into the desired form (see below):&lt;/P&gt;&lt;PRE&gt;Company.ID          DDR         PTL 
     -            (25632)     (89567)
    2512             89         74
    9875             78         96
    7892             14         73&lt;/PRE&gt;&lt;P&gt;To replicate the above example in Qlik, run the code below:&lt;/P&gt;&lt;PRE&gt;LOAD * Inline [
        [Company.ID], [DDR (25632)], [PTL (89567)]
        2512,89,74
        9875,78,96
        7892,14,73
    ];&lt;/PRE&gt;&lt;P&gt;Any help or tipp would be highly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564454#M3776</guid>
      <dc:creator>astep1990</dc:creator>
      <dc:date>2021-12-28T20:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting the Filed Name (Table's Header) into Two Separate Lines</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564463#M3777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69198"&gt;@astep1990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Give the same name in Label and give some more spaces between DDR &amp;amp; (25632) and then enable Wrap Header Text option.&lt;BR /&gt;You can split them like this.&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="w.png" style="width: 666px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9366iB03A6AAB8C0F9A68/image-size/large?v=v2&amp;amp;px=999" role="button" title="w.png" alt="w.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 10:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564463#M3777</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-03T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting the Filed Name (Table's Header) into Two Separate Lines</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564506#M3778</link>
      <description>&lt;P&gt;I am working with QlikSense. So I do not have this fancy looking menu. Can you provide the script code it generates? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 11:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564506#M3778</guid>
      <dc:creator>astep1990</dc:creator>
      <dc:date>2019-04-03T11:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting the Filed Name (Table's Header) into Two Separate Lines</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564594#M3779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should always mention which tool you are using.&lt;/P&gt;&lt;P&gt;In Qliksense also you can do this, in label&amp;nbsp;&lt;SPAN&gt;give some more spaces between DDR &amp;amp; (25632)&amp;nbsp;and adjust width of column manually.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Splitting-the-Filed-Name-Table-s-Header-into-Two-Separate-Lines/m-p/1564594#M3779</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-03T13:30:23Z</dc:date>
    </item>
  </channel>
</rss>

