<?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: problem QVD in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365396#M10352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you loadind fields from resident table?&lt;/P&gt;&lt;P&gt;I´m trying to understand better your process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2017 10:04:14 GMT</pubDate>
    <dc:creator>migueldelval</dc:creator>
    <dc:date>2017-05-31T10:04:14Z</dc:date>
    <item>
      <title>problem QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365394#M10350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I load data in QVD since today,&lt;/P&gt;&lt;P&gt;the problem is when i reload i will have the data of today and the data will duplicate and this is the code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Type ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; taxe,&lt;/P&gt;&lt;P&gt;&amp;nbsp; car,&lt;/P&gt;&lt;P&gt;&amp;nbsp; car_two,&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoNumber(date(date, 'DD/MM/YYYY'),'%Date ID') as [%Date ID] &lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM $(vQvdPath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate&lt;/P&gt;&lt;P&gt;&amp;nbsp; load AutoNumber(date(date, 'DD/MM/YYYY'),'%Date ID') as [%Date ID],&lt;/P&gt;&lt;P&gt;&amp;nbsp; date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Type_M ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Taxe,&lt;/P&gt;&lt;P&gt;&amp;nbsp; car,&lt;/P&gt;&lt;P&gt;&amp;nbsp; car_two Resident Flotte2 where "date"= Today() ; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; STORE &lt;TABLE&gt; into $(vQvdPath); &lt;P&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365394#M10350</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-05-31T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365395#M10351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried where not exist function, or save it as new QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365395#M10351</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-05-31T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365396#M10352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you loadind fields from resident table?&lt;/P&gt;&lt;P&gt;I´m trying to understand better your process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365396#M10352</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2017-05-31T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem QVD</title>
      <link>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365397#M10353</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;Try :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; date*1 as [%Date ID],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; Type_M,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Taxe,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; car,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; car_two&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident Flotte2 where "date"= Today() &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Data)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Type_M ,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Taxe,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; car,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; car_two,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [%Date ID]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM $(vQvdPath)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where not exist (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[%Date ID], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[%Date ID]&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store Data into&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; $(vQvdPath);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/problem-QVD/m-p/1365397#M10353</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2017-05-31T10:07:33Z</dc:date>
    </item>
  </channel>
</rss>

