<?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 Data inconsistency when using duplicate tables for removing circular loops in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-inconsistency-when-using-duplicate-tables-for-removing/m-p/1355400#M825718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not attaching any block diagram to get a complete idea. I tried to attach an image but i am unable to.&lt;/P&gt;&lt;P&gt;I will try to detail my issue&lt;/P&gt;&lt;P&gt;NB: This is a sample case as i cannot post the real data here. The real scenario is a bit more complex.&lt;/P&gt;&lt;P&gt;I have 4 tables.&lt;/P&gt;&lt;P&gt;Sales :&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;... and some other fields specific to sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offer:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to Offer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Time :&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Processed_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I need to associate the tables using the following conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sales.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;product.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Offer.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sales.Product_ID=Product.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Product.Product_ID=Offer.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;Offer.Product_ID=Sales.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;In order to achieve this by avoiding circular loops, i have done the following changes.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: center; font-size: 14.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; SALES&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;PRODUCT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;OFFER&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;TIME1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;TIME2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;TIME3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;I could avoid circular loops by doing so. But the issue is,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;When i try to create a chart or table in qlik,&amp;nbsp; i can only get the correct data if i plot between time1 and Sales, but note for time2 vs Sales or time3 vs Sales.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Similarly for time1 vs product or&amp;nbsp; time3 vs product and time1 vs Offeror time2 vs Offer.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Please help me on this.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Sorry again for not posting an image.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Data inconsistency when using duplicate tables for removing circular loops</title>
      <link>https://community.qlik.com/t5/QlikView/Data-inconsistency-when-using-duplicate-tables-for-removing/m-p/1355400#M825718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not attaching any block diagram to get a complete idea. I tried to attach an image but i am unable to.&lt;/P&gt;&lt;P&gt;I will try to detail my issue&lt;/P&gt;&lt;P&gt;NB: This is a sample case as i cannot post the real data here. The real scenario is a bit more complex.&lt;/P&gt;&lt;P&gt;I have 4 tables.&lt;/P&gt;&lt;P&gt;Sales :&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;... and some other fields specific to sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offer:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Calendar_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to Offer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Time :&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Processed_Date &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;... and some other fields specific to Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I need to associate the tables using the following conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sales.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;product.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Offer.Calendar_Date=Time.Processed_Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sales.Product_ID=Product.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Product.Product_ID=Offer.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;Offer.Product_ID=Sales.Product_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;STRONG&gt;In order to achieve this by avoiding circular loops, i have done the following changes.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: center; font-size: 14.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; SALES&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;PRODUCT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;OFFER&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Product ID3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Calendar_Date as Calendar_Date3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;TIME1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;TIME2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="; text-align: center; font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;TIME3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Processed_Date as Calendar_Date3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;I could avoid circular loops by doing so. But the issue is,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;When i try to create a chart or table in qlik,&amp;nbsp; i can only get the correct data if i plot between time1 and Sales, but note for time2 vs Sales or time3 vs Sales.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Similarly for time1 vs product or&amp;nbsp; time3 vs product and time1 vs Offeror time2 vs Offer.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Please help me on this.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;Sorry again for not posting an image.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Cambria, serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-inconsistency-when-using-duplicate-tables-for-removing/m-p/1355400#M825718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

