<?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: How to avoid duplicates when export to excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698314#M1070950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. will the macro work if I use this macro in qvw which is in access point? because I have not used any macros in my qvws which are in access point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 10:57:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-19T10:57:24Z</dc:date>
    <item>
      <title>How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698302#M1070938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table which have dimension CustomerID with duplicates. for each CustomerID there are multiple unique ID. My user don't want to see duplicates in CustomerID when exported to excel. but wants all CustomerID with ID. so, I used Pivot table. In qvw it is showing only once instance of CustomerID with ID, but when exporting to excel it is showing duplicate CustomerID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to sort this out. Can anyone help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698302#M1070938</guid>
      <dc:creator />
      <dc:date>2014-08-18T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698303#M1070939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your other thread for the same requirement, tresco's response which you marked as the helpful answer, is the way to go about your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698303#M1070939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-18T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698304#M1070940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I showed the one to the user which I marked as helpful answer. But the user don't want that format. why I marked it as helpful is as others can help from this helpful answer. if any one have this issue and anyone is ok( as it will be different in different organisations) with that format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please any other solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698304#M1070940</guid>
      <dc:creator />
      <dc:date>2014-08-18T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698305#M1070941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698305#M1070941</guid>
      <dc:creator />
      <dc:date>2014-08-19T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698306#M1070942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use STORE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store will allow you to define the output fields, and you can create a CSV file for excel to read. Your user can open the file instead of exporting the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Resident, Distinct, Group By etc. you can build a table for excel, and then DROP it when you have finished:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store&lt;/P&gt;&lt;P&gt;CustomerID,&lt;/P&gt;&lt;P&gt;MyfieldB as b&lt;/P&gt;&lt;P&gt;from mytable into xyz.csv (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table mytable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698306#M1070942</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-19T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698307#M1070943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post some sample data to explore.&lt;/P&gt;&lt;P&gt;You need to use macro here.&lt;/P&gt;&lt;P&gt;If you can post sample then I would give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698307#M1070943</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T09:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698308#M1070944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, create a Pivot just for export, with the required columns, and leave it minimised.&amp;nbsp; Instruct the user to right click on that control instead of the displayed version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698308#M1070944</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-19T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698309#M1070945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be good to use some macro but it will be much complex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698309#M1070945</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-19T09:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698310#M1070946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Please see attached sample and help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698310#M1070946</guid>
      <dc:creator />
      <dc:date>2014-08-19T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698311#M1070947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried this and still showing the duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698311#M1070947</guid>
      <dc:creator />
      <dc:date>2014-08-19T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698312#M1070948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at attached application and Export.&lt;/P&gt;&lt;P&gt;Let me know if that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698312#M1070948</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698313#M1070949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use DISTINCT or GROUP to create a summarized table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should definitely work. Can you describe your data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698313#M1070949</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-19T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698314#M1070950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. will the macro work if I use this macro in qvw which is in access point? because I have not used any macros in my qvws which are in access point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698314#M1070950</guid>
      <dc:creator />
      <dc:date>2014-08-19T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698315#M1070951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you have to use IE Pluggin.&lt;/P&gt;&lt;P&gt;Macros will not work on AJAX Client.&lt;/P&gt;&lt;P&gt;If it answered, can you close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698315#M1070951</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698316#M1070952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. unfortunately we have Ajax client. how can I solve this with Ajax client. Is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698316#M1070952</guid>
      <dc:creator />
      <dc:date>2014-08-19T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698317#M1070953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Macros does not work with Ajax.&lt;/P&gt;&lt;P&gt;I don't think there is an alternate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698317#M1070953</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698318#M1070954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going back to your pivot chart, please can you post the expressions here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698318#M1070954</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-19T11:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698319#M1070955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. All I have the expression as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(colour&amp;lt;&amp;gt;'out',colour)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(distinct(If(IsNull(Dateproblemresolved),ID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerID is used as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698319#M1070955</guid>
      <dc:creator />
      <dc:date>2014-08-19T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698320#M1070956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Now how is the user exporting to excel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is he/she using Export...&lt;/P&gt;&lt;P&gt;Or is he/she using Send to Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 13:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698320#M1070956</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-19T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid duplicates when export to excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698321#M1070957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. User is using send to excel. Please any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 09:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-duplicates-when-export-to-excel/m-p/698321#M1070957</guid>
      <dc:creator />
      <dc:date>2014-08-27T09:45:25Z</dc:date>
    </item>
  </channel>
</rss>

