<?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: If statement to avoid duplication of data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666691#M594669</link>
    <description>&lt;P&gt;My suggestion:&lt;/P&gt;&lt;P&gt;Status_Map:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;InvoiceNo,&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;order by InvoiceNo, Status DESC;&lt;/P&gt;&lt;P&gt;So you will get a list of all your invoiceno, the second field is the status, sorted descending. So if invoiceno has postet and not yet posted, posted is the first entry. Otherwise only not yet posted is available.&lt;/P&gt;&lt;P&gt;Then load your datas:&lt;/P&gt;&lt;P&gt;load *&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Status = Overallstatus&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;applymap('Status_Map',InvoiceNo,null()) as Overallstatus&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 10:53:07 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2020-01-17T10:53:07Z</dc:date>
    <item>
      <title>If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666165#M594665</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I need to avoid a situation where i am loading duplicate data for a [Status] of Both 'Posted' and 'Not Yet Posted'&lt;/P&gt;&lt;P&gt;If possible i need an if line in the load to say:&lt;/P&gt;&lt;P&gt;Load [Invoice no.] if [Status] = 'Not Yet Posted' but if [Status] For [Invoice no.] is duplicate with [Status] of 'Posted' and 'Not Yet Posted' only load Posted.&lt;/P&gt;&lt;P&gt;Basically i can not have an invoice with both status' in the final load.&lt;/P&gt;&lt;P&gt;I will be applying this if load statement to a load from a qvd.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone can assist in creating the If statement to avoid [Invoice no.] duplication through [Status] it would be very much appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666165#M594665</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2024-11-16T01:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666181#M594666</link>
      <description>&lt;P&gt;would you be able to provide some sample data so that we can suggest the better approach&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 11:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666181#M594666</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-16T11:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666205#M594667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please inform what you required.&lt;/P&gt;&lt;P&gt;i hope i can explain the need further below:&lt;/P&gt;&lt;P&gt;I have the following fields included:&lt;/P&gt;&lt;P&gt;[Invoice no.]&lt;/P&gt;&lt;P&gt;[Status]&lt;/P&gt;&lt;P&gt;where i am loading multiple files at once, the [Invoice no.] is repeated and in the final document giving the result in the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the load i need to allow, 'Not Yet Posted' if this is the only Value and if there is a 'Posted' Value in [Status] only load the 'Posted'&lt;/P&gt;&lt;P&gt;The 'Not Yet Posted' will always be in the data before the 'Posted'.&lt;/P&gt;&lt;P&gt;If you can assist in a load where clause or if statement in the script, that would be great.&lt;/P&gt;&lt;P&gt;Hope this is enough for you to understand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 12:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666205#M594667</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-16T12:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666686#M594668</link>
      <description>&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;Did you have any suggestion on this post?&lt;/P&gt;&lt;P&gt;Is it best to write an If statement associated to [Status] to only load value Posted if both Posted and Not Yet Posted exist?&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;a where clause for Where status = 'Posted','Not Yet Posted' only load the posted Values.&lt;/P&gt;&lt;P&gt;thanks in advance if you get a chance to assist in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666686#M594668</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-17T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666691#M594669</link>
      <description>&lt;P&gt;My suggestion:&lt;/P&gt;&lt;P&gt;Status_Map:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;InvoiceNo,&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;order by InvoiceNo, Status DESC;&lt;/P&gt;&lt;P&gt;So you will get a list of all your invoiceno, the second field is the status, sorted descending. So if invoiceno has postet and not yet posted, posted is the first entry. Otherwise only not yet posted is available.&lt;/P&gt;&lt;P&gt;Then load your datas:&lt;/P&gt;&lt;P&gt;load *&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Status = Overallstatus&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;applymap('Status_Map',InvoiceNo,null()) as Overallstatus&lt;/P&gt;&lt;P&gt;from your source&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666691#M594669</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-17T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666694#M594670</link>
      <description>&lt;P&gt;Thank you for the suggestion Martin,&lt;/P&gt;&lt;P&gt;I have not used Order by before, please can you assist in where that would be placed in the load script?&lt;/P&gt;&lt;P&gt;I have the below but the syntax in incorrect&lt;/P&gt;&lt;P&gt;Status_Map:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;[Invoice no.],&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[*******************************\SalesLUK.QVD]&lt;BR /&gt;(qvd)&lt;BR /&gt;Order by [Invoice no.], Status DESC&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666694#M594670</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-17T11:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666696#M594671</link>
      <description>&lt;P&gt;That's right, you can't do a "order by" from qvd.&lt;/P&gt;&lt;P&gt;So first load from qvd then mapping load resident qvd.table order by.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666696#M594671</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-17T11:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666703#M594672</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Apologies, this is new ground to me here.&lt;/P&gt;&lt;P&gt;So,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I load like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Status_Map:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;[Invoice no.],&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;resident Sales&lt;BR /&gt;Order by [Invoice no.], Status DESC&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[*********************************************\SalesLUK.QVD]&lt;BR /&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE&lt;BR /&gt;Status = Overallstatus and&lt;BR /&gt;not match (Status,'Cancelled')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do i add the below please? Thanks again&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;applymap('Status_Map',InvoiceNo,null()) as Overallstatus&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666703#M594672</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-17T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666706#M594673</link>
      <description>&lt;P&gt;you can do something like below&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Data:
Load Invoice,
     Invoice_Line,
     Status
FROM YourQVD;

Final:
NoConcatenate
Load Invoice,
     Invoice as Invoice1,
     Status,
     Invoice_Line
Resident Data
where Status='Posted'; 

Concatenate(Final)
Load *
Resident Data
where not Exists(Invoice1,Invoice);

Drop Table Data;

Drop Field Invoice1;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666706#M594673</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-17T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666707#M594674</link>
      <description>&lt;P&gt;this:&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[*********************************************\SalesLUK.QVD]&lt;BR /&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE&lt;BR /&gt;Status = Overallstatus and&lt;BR /&gt;not match (Status,'Cancelled')&lt;/P&gt;&lt;P&gt;you have to change:&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;WHERE&lt;BR /&gt;Status = Overallstatus and&lt;BR /&gt;not match (Status,'Cancelled')&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;applymap(....) as Overallstatus&lt;BR /&gt;FROM&lt;BR /&gt;[*********************************************\SalesLUK.QVD]&lt;BR /&gt;(qvd)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 11:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666707#M594674</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-17T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666715#M594675</link>
      <description>&lt;P&gt;Thank you so much for your time but i am struggling to implement this solution.&lt;/P&gt;&lt;P&gt;Apologies,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 12:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666715#M594675</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-17T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666721#M594676</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I will try this but first can you try to explain how this will load 'Not Yet Posted' if this is the only status and Only 'Posted' if Both 'Not Yet Posted' and 'Posted' Status exists for the same [Invoice no.]&lt;/P&gt;&lt;P&gt;Thank you for your reply and assistance.&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 12:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666721#M594676</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-17T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666759#M594677</link>
      <description>&lt;P&gt;First load having all the Data&lt;/P&gt;&lt;P&gt;Second load will load the data where status is 'posted' .This will include the invoices where status is only posted. In short it will include invoices where status is both but only posted is loaded and invoices just have posted.&lt;/P&gt;&lt;P&gt;Third load is checking the invoices from second load and loading invoices from first load which are not part of the second load. Hence here we will get invoices with status not posted only. It will not load invoices where status is both because those are already included in second load with posted status.&lt;/P&gt;&lt;P&gt;Finally we are combining second and third load to get all the invoices as required.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666759#M594677</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-17T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666819#M594678</link>
      <description>&lt;P&gt;in the mapping table there is every ID and in one line posted and in a second line not yet posted. In another line there is only one line, not yet posted.&lt;/P&gt;&lt;P&gt;An applymap statement tooks the first result for each ID and maps it to the line in the complete records. So for the line with two entries (posted and not posted you will get posted, in the second example not posted). Then in the final load only those lines are loaded where ovall post = actual post, so in example one only one line (posted) is loaded, in the secon example there is only one line which is loaded.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666819#M594678</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-17T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666821#M594679</link>
      <description>&lt;P&gt;the new final script:&lt;/P&gt;&lt;P&gt;Status_temp:&lt;/P&gt;&lt;P&gt;load InvoiceNo,&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;from qvd (qvd);&lt;/P&gt;&lt;P&gt;Status_Map:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;InvoiceNo as Number,&lt;/P&gt;&lt;P&gt;Status as Status&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Status_temp&lt;/P&gt;&lt;P&gt;order by InvoiceNo, Status DESC;&lt;/P&gt;&lt;P&gt;drop table Status_temp;&lt;/P&gt;&lt;P&gt;Status:&lt;/P&gt;&lt;P&gt;load *&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Status = Overallstatus&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;applymap('Status_Map',InvoiceNo,null()) as Overallstatus&lt;/P&gt;&lt;P&gt;from your qvd (qvd)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1666821#M594679</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-01-17T15:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: If statement to avoid duplication of data</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1667727#M594680</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Thank you so much, i have manged something very similar based on this principle:&lt;/P&gt;&lt;P&gt;STORE Sales into *\Temp.QVD&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Drop Table Sales&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,[Invoice no.]&amp;amp;'|'&amp;amp; [Invoice item line number] as URN&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[*\Temp.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;STORE Temp into *D\Temp.QVD&lt;BR /&gt;;&lt;BR /&gt;Drop Table Temp&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;SalesFinal:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;*&lt;BR /&gt;FROM&lt;BR /&gt;[*\Temp.QVD]&lt;BR /&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where Status = 'Posted'&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Concatenate (SalesFinal)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;BR /&gt;FROM&lt;BR /&gt;[*\Temp.QVD]&lt;BR /&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where Status = 'Not Yet Posted'&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Not Exists&lt;/P&gt;&lt;P&gt;(URN)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 13:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-to-avoid-duplication-of-data/m-p/1667727#M594680</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-01-21T13:10:07Z</dc:date>
    </item>
  </channel>
</rss>

