<?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 Help how onto transpose single column table using the edit script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593080#M738122</link>
    <description>&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;Help how onto transpose using the script ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am have only one column in a table , there are no other column .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tposde.PNG" style="width: 900px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13935i8DC18663131E1B9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="tposde.PNG" alt="tposde.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking You Sirs .&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prahlad_infy</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Help how onto transpose single column table using the edit script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593080#M738122</link>
      <description>&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;Help how onto transpose using the script ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am have only one column in a table , there are no other column .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tposde.PNG" style="width: 900px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13935i8DC18663131E1B9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="tposde.PNG" alt="tposde.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking You Sirs .&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593080#M738122</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help how onto transpose single column table using the edit script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593089#M738123</link>
      <description>&lt;P&gt;Here you go, but there are no datas in table:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Column&lt;BR /&gt;Field1&lt;BR /&gt;Field2&lt;BR /&gt;Field3&lt;BR /&gt;Field4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;FinalData:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;F1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let vRows = NoOfRows('Data')-1;&lt;BR /&gt;for vLoop = 0 to $(vRows);&lt;BR /&gt;let vField = peek('Column',$(vLoop),'Data');&lt;/P&gt;&lt;P&gt;left join (FinalData) load&lt;BR /&gt;'$(vField)' as "$(vField)"&lt;BR /&gt;AutoGenerate 1;&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;drop field F1 from FinalData;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 13:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593089#M738123</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-18T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help how onto transpose single column table using the edit script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593093#M738124</link>
      <description>Thanking you sir</description>
      <pubDate>Tue, 18 Jun 2019 13:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593093#M738124</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2019-06-18T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help how onto transpose single column table using the edit script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593102#M738125</link>
      <description>you can use a pivot table and drag the Column Field to the upper right until the blue horizontal line appears.&lt;BR /&gt;Not neccessary to change the script in this case but if so, you can use the transpose function in File Wizard (Enable Transformation Step --&amp;gt; Rotate--&amp;gt;Transpose). This will generate you a separat Column for each Field!</description>
      <pubDate>Tue, 18 Jun 2019 13:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-how-onto-transpose-single-column-table-using-the-edit/m-p/1593102#M738125</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-06-18T13:36:58Z</dc:date>
    </item>
  </channel>
</rss>

