<?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: Error Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558825#M208594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you double checked that this field is part of the QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that it is correctly spelled (two accents? Cases?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;You can use the script wizard to open the file and select the correct fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 09:13:03 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-10-15T09:13:03Z</dc:date>
    <item>
      <title>Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558824#M208593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Evrybody &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this Error , i m bloqued &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13818279216062488" jivemacro_uid="_13818279216062488" modifiedtitle="true"&gt;
&lt;P&gt;//// Chargement des références&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PEE_ref:&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref PEE matricule], &lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref PEE id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ref PEE nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref PEE prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref PEE Créé le]&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\Dev\PEE_ref.QVD (qvd);&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;RefPee:&lt;/P&gt;
&lt;P&gt;NOCONCATENATE&lt;/P&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;&amp;nbsp; @6 as [ref PEE matricule], &lt;/P&gt;
&lt;P&gt;&amp;nbsp; @5 as [ref PEE id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [ref PEE nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @3 as [ref PEE prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(ProcessTime)' as [ref PEE Créé le]&lt;/P&gt;
&lt;P&gt;FROM [$(FilePath)\fichier As\SG PEE\09 - PEE 02-10-13*.xls]&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 RefPee INTO $(FilePath)\Dev\RefPee.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table RefPee ;&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 (PEE_ref) LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\Dev\RefPee.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;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Utile 1 fois pour iniatialiser le projet&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//PEE_ref:&lt;/P&gt;
&lt;P&gt;//LOAD &lt;/P&gt;
&lt;P&gt;// @1 as [ref PEE matricule], &lt;/P&gt;
&lt;P&gt;// @2 as [ref PEE id ss],&lt;/P&gt;
&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref PEE nom],&lt;/P&gt;
&lt;P&gt;// @7 as [ref PEE prenom]&lt;/P&gt;
&lt;P&gt;//FROM [$(FilePath)\fichier As\SG PEE\09 - PEE 02-10-13*.xls]&lt;/P&gt;
&lt;P&gt;//(biff, no labels);&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;//STORE PEE_ref INTO $(FilePath)\Dev\PEE_ref.QVD&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="Erro2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47628_Erro2.png" /&gt;&lt;/P&gt;&lt;P&gt;Thank U &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558824#M208593</guid>
      <dc:creator />
      <dc:date>2013-10-15T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558825#M208594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you double checked that this field is part of the QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that it is correctly spelled (two accents? Cases?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;You can use the script wizard to open the file and select the correct fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558825#M208594</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-15T09:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558826#M208595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally I do that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its doenst work&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558826#M208595</guid>
      <dc:creator />
      <dc:date>2013-10-15T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558827#M208596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558827#M208596</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-15T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558828#M208597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Programme Bloque in the creation of the table , I dont know why ??&lt;/P&gt;&lt;P&gt;PEE_ref:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [ref PEE matricule], &lt;/P&gt;&lt;P&gt;&amp;nbsp; [ref PEE id ss],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ref PEE nom],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ref PEE prenom],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ref PEE Créé le]&lt;/P&gt;&lt;P&gt;FROM $(FilePath)\Dev\PEE_ref.QVD (qvd);&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;////To initialise the project &lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;//PEE_ref:&lt;/P&gt;&lt;P&gt;//LOAD &lt;/P&gt;&lt;P&gt;// @1 as [ref PEE matricule], &lt;/P&gt;&lt;P&gt;// @2 as [ref PEE id ss],&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref PEE nom],&lt;/P&gt;&lt;P&gt;// @7 as [ref PEE prenom]&lt;/P&gt;&lt;P&gt;//FROM [$(FilePath)\fichier As\SG PEE\09 - PEE 02-10-13*.xls]&lt;/P&gt;&lt;P&gt;//(biff, no labels);&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;//STORE PEE_ref INTO $(FilePath)\Dev\PEE_ref.QVD;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;// &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558828#M208597</guid>
      <dc:creator />
      <dc:date>2013-10-15T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558829#M208598</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;SPAN style="color: black; font-size: 9pt; font-style: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; line-height: 1.5em;"&gt;Try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; line-height: 1.5em;"&gt;LOAD&amp;nbsp; * &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;FROM $(FilePath)\Dev\PEE_ref.QVD (qvd);&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;And check the fields in qvd once. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558829#M208598</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-15T10:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558830#M208599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont Know Why But Its Work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Fields/m-p/558830#M208599</guid>
      <dc:creator />
      <dc:date>2013-10-15T10:12:08Z</dc:date>
    </item>
  </channel>
</rss>

