<?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: store into export only unique rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637591#M1089917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After loading the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTest = Count(DISTINCT(Field))(path\'ABC.qvd');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name,Count&lt;/P&gt;&lt;P&gt;ABC,$(vTest)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table into Table.xls(txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 15:13:42 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2014-06-03T15:13:42Z</dc:date>
    <item>
      <title>store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637588#M1089914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get my qlikview process to export a huge table for me as a .csv pulling only unique values once and I cannot for the life of me remember how I did it. What is the syntax or process to use store into and only export unique rows? I'm getting 1000s of duplicate values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637588#M1089914</guid>
      <dc:creator />
      <dc:date>2014-06-03T14:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637589#M1089915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need distinct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load DISTINCT * From xyz;&lt;/P&gt;&lt;P&gt;store table into table.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637589#M1089915</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-06-03T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637590#M1089916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went ahead and added that logic. It does export, but the Script Execution Process never closes after, freezing Qlikview. I have to kill it from the Task Manager each time after it runs through the process. Very frustrating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 14:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637590#M1089916</guid>
      <dc:creator />
      <dc:date>2014-06-03T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637591#M1089917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After loading the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTest = Count(DISTINCT(Field))(path\'ABC.qvd');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name,Count&lt;/P&gt;&lt;P&gt;ABC,$(vTest)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table into Table.xls(txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637591#M1089917</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-06-03T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637592#M1089918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps it missed to drop the table and tried now to create a lot of keys ... try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load DISTINCT * From xyz;&lt;/P&gt;&lt;P&gt;store table into table.csv (txt);&lt;/P&gt;&lt;P&gt;drop tables table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637592#M1089918</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-06-03T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: store into export only unique rows</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637593#M1089919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep that got it done. Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-export-only-unique-rows/m-p/637593#M1089919</guid>
      <dc:creator />
      <dc:date>2014-06-03T18:11:43Z</dc:date>
    </item>
  </channel>
</rss>

