<?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: Datamodel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843235#M296288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA of data model and output for the same. value repeated for adirace inv no table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 06:51:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-02T06:51:37Z</dc:date>
    <item>
      <title>Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843228#M296281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two table primary sales and secondary purchase and a master table. I have to fetch all the invoice no which present in master and primary but not in secondary purchase.&lt;/P&gt;&lt;P&gt;PFA of invoice no. in primary sales and secondary purchase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843228#M296281</guid>
      <dc:creator />
      <dc:date>2015-06-29T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843229#M296282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That file is a bit large to download. I suggest that you look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843229#M296282</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-29T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843230#M296283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mater:&lt;/P&gt;&lt;P&gt;Load master_invoice,&lt;/P&gt;&lt;P&gt;*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primary:&lt;/P&gt;&lt;P&gt;Load Primary_Invoice,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;master_invoice as Invoice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Mater;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Primary_Invoice &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;as Invoice&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Mater;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Secondary:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Load Secondary_invoice,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;where 1=if(not exists(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Invoice,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Secondary_invoice)='-1',1,0);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;this will give you the result &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843230#M296283</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-29T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843231#M296284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will give the same output for exclude and overall &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 12:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843231#M296284</guid>
      <dc:creator />
      <dc:date>2015-06-30T12:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843232#M296285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 05:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843232#M296285</guid>
      <dc:creator />
      <dc:date>2015-07-01T05:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843233#M296286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to your requirement "&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have to fetch all the invoice no which present in master and primary but not in secondary purchase.&lt;/SPAN&gt;"&amp;nbsp; this will work rite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please share the sample data or eg if the output your expecting to achieve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843233#M296286</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-01T10:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843234#M296287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i write this query but don't work for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 06:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843234#M296287</guid>
      <dc:creator />
      <dc:date>2015-07-02T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843235#M296288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA of data model and output for the same. value repeated for adirace inv no table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 06:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843235#M296288</guid>
      <dc:creator />
      <dc:date>2015-07-02T06:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843236#M296289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this in the last table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; D:\QlikView\Secondary\Stage3\QVD\Purchase.QVD&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 1=if(&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;INVOICE_NO&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AdiraceInvNo&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)=’-1’,1,0) &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Bill_No&lt;/SPAN&gt; &lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;like&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 'PD*';&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel/m-p/843236#M296289</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-02T07:34:56Z</dc:date>
    </item>
  </channel>
</rss>

