<?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: QVD DELETE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476462#M177932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK U BILL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 14:16:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-16T14:16:54Z</dc:date>
    <item>
      <title>QVD DELETE</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476458#M177928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have two&amp;nbsp; File 1. XLS data &amp;amp; file 2.xls&amp;nbsp; , Primary i store a file1. QVD from file1.xls&amp;nbsp; , in the second time i charge a référence table from file1.qvd&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I concatanate tables&amp;nbsp; to have the elements that have been added &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problemes is when i delete some elements from file1.xls they are not removed from my table in QVW ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone have a Idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="_jivemacro_uid_13819100005348608 jive_text_macro jive_macro_code" jivemacro_uid="_13819100005348608" modifiedtitle="true"&gt;
&lt;P&gt;Signalitique_ref:&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref matricule], &lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ref nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref Créé le]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\Dev\Signalitique_ref.QVD (qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Signalitique_ref:&lt;/P&gt;
&lt;P&gt;//LOAD &lt;/P&gt;
&lt;P&gt;// @1 as [ref matricule], &lt;/P&gt;
&lt;P&gt;// @2 as [ref id ss],&lt;/P&gt;
&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref nom],&lt;/P&gt;
&lt;P&gt;// @7 as [ref prenom]&lt;/P&gt;
&lt;P&gt;//FROM [$(FilePath)\fichier As\Signalitique PS\24 - SIGNALETIQUE GROUPE*.xls]&lt;/P&gt;
&lt;P&gt;//(biff, no labels);&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;//STORE Signalitique_ref INTO $(FilePath)\Dev\Signalitique_ref.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;RefSign:&lt;/P&gt;
&lt;P&gt;NOCONCATENATE&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp; @1 as [ref matricule], &lt;/P&gt;
&lt;P&gt;&amp;nbsp; @2 as [ref id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @7 as [ref prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(ProcessTime)' as [ref Créé le]&lt;/P&gt;
&lt;P&gt;FROM [$(FilePath)\fichier As\Signalitique PS\24 - SIGNALETIQUE GROUPE*.xls] // pourquoi on refait ca alors qu'on a déja chargé les champs dans un siganlitique_ref.qvd&lt;/P&gt;
&lt;P&gt;(biff, no labels);&lt;/P&gt;
&lt;P&gt;&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 RefSign INTO $(FilePath)\Dev\RefSign.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table RefSign ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE (Signalitique_ref) LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\Dev\RefSign.QVD (qvd)&lt;/P&gt;
&lt;P&gt;WHERE NOT Exists([ref matricule]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&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 Signalitique_ref INTO $(FilePath)\Dev\Signalitique_ref.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 07:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476458#M177928</guid>
      <dc:creator />
      <dc:date>2013-10-16T07:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: QVD DELETE</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476459#M177929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Ben&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;My problemes is when i delete some elements from file1.xls they are not removed from my table in QVW ??&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Could you advise what kind of elements you mean ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rows ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Columns ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Field Values ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Something else ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 08:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476459#M177929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-16T08:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: QVD DELETE</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476460#M177930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example , when i delete a Columns like a name of my clients his age ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 08:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476460#M177930</guid>
      <dc:creator />
      <dc:date>2013-10-16T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: QVD DELETE</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476461#M177931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ben&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are you saying for example that your original xls has say 4 columns called ColA, ColB, ColC &amp;amp; ColD that are loaded in your script and stored in a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you now delete a column, say ColB, from the xls, that will not affect the stored QVD.&amp;nbsp; As in it will still contain ColB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then later you load another xls and concatenate onto the previously stored QVD using a CONCATENATE LOAD *, the * will load all columns from the QVD including the ColB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have understood your question ok, if not then please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 08:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476461#M177931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-16T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: QVD DELETE</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476462#M177932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK U BILL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 14:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-DELETE/m-p/476462#M177932</guid>
      <dc:creator />
      <dc:date>2013-10-16T14:16:54Z</dc:date>
    </item>
  </channel>
</rss>

