<?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 Unqualify not working! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668865#M1073702</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'm trying to do a incremental reload. For that, I use Qualify, wich works as expected. But when I try to unqualify, nothing happens.&lt;/P&gt;&lt;P&gt;What am I doing wrong??&lt;/P&gt;&lt;P&gt;Thank you!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *; //All field are qualified.&lt;/P&gt;&lt;P&gt;[ConsumosEBI]:&lt;/P&gt;&lt;P&gt;LOAD * FROM ..\..\Datos\QVDs\Procesados\Consumos_EBI.qvd (qvd); &lt;/P&gt;&lt;P&gt;LET vUltimo = PEEK('CAS_TRANSIT_ID',-1,TEMPORAL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO ......&lt;/P&gt;&lt;P&gt;[Incremental_Load]:&lt;/P&gt;&lt;P&gt;FIRST 100 NOCONCATENATE LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT [CAS_TRANSIT_ID]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,[CARD_NUMBER]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM REPORTS&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE&amp;nbsp; (CAS_TRANSIT_ID&amp;gt; $(vUltimo))&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORDER BY CAS_TRANSIT_ID ASC, TRANSIT_DATE ASC ;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;STORE Incremental_Load INTO ..\..\Datos\QVDs\Originales\Incremental.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if noOfRows('Incremental_Load')&amp;lt;&amp;gt;0 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; UNQUALIFY *; //This is not working!! ¿Why?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concatenate (ConsumosEBI) LOAD * Resident Incremental_Load Order by CAS_TRANSIT_ID ASC, TRANSIT_DATE ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Store ConsumosEBI into ..\..\Datos\QVDs\Procesados\Consumos_EBIv2.qvd (qvd);&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 16:17:58 GMT</pubDate>
    <dc:creator>cristian_av</dc:creator>
    <dc:date>2014-07-28T16:17:58Z</dc:date>
    <item>
      <title>Unqualify not working!</title>
      <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668865#M1073702</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'm trying to do a incremental reload. For that, I use Qualify, wich works as expected. But when I try to unqualify, nothing happens.&lt;/P&gt;&lt;P&gt;What am I doing wrong??&lt;/P&gt;&lt;P&gt;Thank you!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *; //All field are qualified.&lt;/P&gt;&lt;P&gt;[ConsumosEBI]:&lt;/P&gt;&lt;P&gt;LOAD * FROM ..\..\Datos\QVDs\Procesados\Consumos_EBI.qvd (qvd); &lt;/P&gt;&lt;P&gt;LET vUltimo = PEEK('CAS_TRANSIT_ID',-1,TEMPORAL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO ......&lt;/P&gt;&lt;P&gt;[Incremental_Load]:&lt;/P&gt;&lt;P&gt;FIRST 100 NOCONCATENATE LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT [CAS_TRANSIT_ID]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,[CARD_NUMBER]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM REPORTS&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE&amp;nbsp; (CAS_TRANSIT_ID&amp;gt; $(vUltimo))&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORDER BY CAS_TRANSIT_ID ASC, TRANSIT_DATE ASC ;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;STORE Incremental_Load INTO ..\..\Datos\QVDs\Originales\Incremental.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if noOfRows('Incremental_Load')&amp;lt;&amp;gt;0 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; UNQUALIFY *; //This is not working!! ¿Why?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concatenate (ConsumosEBI) LOAD * Resident Incremental_Load Order by CAS_TRANSIT_ID ASC, TRANSIT_DATE ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Store ConsumosEBI into ..\..\Datos\QVDs\Procesados\Consumos_EBIv2.qvd (qvd);&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 16:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668865#M1073702</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2014-07-28T16:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unqualify not working!</title>
      <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668866#M1073703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not the if, Cause if I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;[ConsumosEBI]:&lt;/P&gt;&lt;P&gt;LOAD CAS_TRANSIT_ID,CARD_NUMBER FROM ..\..\Datos\QVDs\Procesados\Consumos_EBI.qvd (qvd); &lt;/P&gt;&lt;P&gt;UnQualify CAS_TRANSIT_ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the same.. nothing happens! Can anybody help me?&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, 28 Jul 2014 16:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668866#M1073703</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2014-07-28T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unqualify not working!</title>
      <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668867#M1073704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully I am following correctly - but are you wondering why your resident load pulls in fields named &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Incremental_Load]&lt;/SPAN&gt;.[CAS_TRANSIT_ID] and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Incremental_Load]&lt;/SPAN&gt;.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[CARD_NUMBER]?&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;After the first load of these fields it adds [Incremental_Load] to the field name itself. By the time of the resident load the field names themselves contain the [Incremental_Load] prefix, and unqualifying will not remove this. The subsequent load actually IS unqualified because it isn't adding an additional table name in front.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 17:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668867#M1073704</guid>
      <dc:creator />
      <dc:date>2014-07-28T17:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unqualify not working!</title>
      <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668868#M1073705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;You need to specify the UNQUALIFYed field before it is loaded. If not, what you can do is&lt;/P&gt;&lt;P&gt;RENAME FIELD table.field TO FieldName;&lt;/P&gt;&lt;P&gt;but note that you cannot rename key fields.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 17:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668868#M1073705</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-07-28T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unqualify not working!</title>
      <link>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668869#M1073706</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;QUALIFY * means all loads after this will have the table name added to the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY * means all loads after will be normal. This doesn't take something that has been QUALIFIED and change it back to a normal load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 18:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unqualify-not-working/m-p/668869#M1073706</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-07-28T18:17:19Z</dc:date>
    </item>
  </channel>
</rss>

