<?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 Transpose a table into a single line text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transpose-a-table-into-a-single-line-text-file/m-p/1639110#M447052</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to export a table into a single line text file to then post to an API on a different platform.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have a table eg&lt;/P&gt;&lt;P&gt;ID, Value&lt;/P&gt;&lt;P&gt;1,345546&lt;/P&gt;&lt;P&gt;2,433245&lt;/P&gt;&lt;P&gt;3,434645&lt;/P&gt;&lt;P&gt;4,546456&lt;/P&gt;&lt;P&gt;5,234235&lt;/P&gt;&lt;P&gt;I then need to transpose it into a single line and export it, as a text file, in the following format&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"1": "345546","2": "433245","3": "434645","4": "546456","5": "234235"}&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:49:41 GMT</pubDate>
    <dc:creator>prees959</dc:creator>
    <dc:date>2024-11-16T19:49:41Z</dc:date>
    <item>
      <title>Transpose a table into a single line text file</title>
      <link>https://community.qlik.com/t5/QlikView/Transpose-a-table-into-a-single-line-text-file/m-p/1639110#M447052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to export a table into a single line text file to then post to an API on a different platform.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have a table eg&lt;/P&gt;&lt;P&gt;ID, Value&lt;/P&gt;&lt;P&gt;1,345546&lt;/P&gt;&lt;P&gt;2,433245&lt;/P&gt;&lt;P&gt;3,434645&lt;/P&gt;&lt;P&gt;4,546456&lt;/P&gt;&lt;P&gt;5,234235&lt;/P&gt;&lt;P&gt;I then need to transpose it into a single line and export it, as a text file, in the following format&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"1": "345546","2": "433245","3": "434645","4": "546456","5": "234235"}&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transpose-a-table-into-a-single-line-text-file/m-p/1639110#M447052</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2024-11-16T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose a table into a single line text file</title>
      <link>https://community.qlik.com/t5/QlikView/Transpose-a-table-into-a-single-line-text-file/m-p/1639119#M447053</link>
      <description>&lt;P&gt;Create a text box and insert the below expression&lt;/P&gt;&lt;P&gt;='{' &amp;amp; Concat('"' &amp;amp; ID &amp;amp; '"'&amp;amp; ';' &amp;amp; '"' &amp;amp; Value &amp;amp; '"' ,',') &amp;amp; '}'&lt;/P&gt;&lt;P&gt;after that export it to Excel (Since there is no way you can export it to text file in qlikview unless you use macros)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 16:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transpose-a-table-into-a-single-line-text-file/m-p/1639119#M447053</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-10-23T16:46:32Z</dc:date>
    </item>
  </channel>
</rss>

