<?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: Creating a Model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1537083#M745771</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to load your table this ways&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD Skey,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PSkey,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proft&lt;BR /&gt;FROM&lt;BR /&gt;[E:\C\Source\Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Inner Join(Data)&lt;BR /&gt;New:&lt;BR /&gt;LOAD Skey as PSkey,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proft as PProft&lt;BR /&gt;Resident Data&lt;BR /&gt;Where Len(PSkey) = 0;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 224px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4802iBD27F0514824B5DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 11:03:10 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2019-01-30T11:03:10Z</dc:date>
    <item>
      <title>Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536957#M745765</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have data as shown below&lt;/P&gt;&lt;P&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BT.PNG" style="width: 275px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4773i4A64EB179B6CB014/image-size/large?v=v2&amp;amp;px=999" role="button" title="BT.PNG" alt="BT.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and i need to show like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BT1.PNG" style="width: 256px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4776i14C475CC363329C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="BT1.PNG" alt="BT1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest a way to create separate data set in the model or suggest a way to represent as required. PFA example data&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536957#M745765</guid>
      <dc:creator>ganeshreddy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536980#M745766</link>
      <description>table1:&lt;BR /&gt;load * Inline [&lt;BR /&gt;Skey,PSKey,Profit&lt;BR /&gt;222,111,1000&lt;BR /&gt;555,444,300&lt;BR /&gt;111,,600&lt;BR /&gt;777,666,300&lt;BR /&gt;444,,200&lt;BR /&gt;999,888,1000&lt;BR /&gt;666,,500&lt;BR /&gt;888,,500&lt;BR /&gt;333,,800&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;left join&lt;BR /&gt;load Skey as PSKey,&lt;BR /&gt;Profit as PProfit&lt;BR /&gt;&lt;BR /&gt;resident table1;</description>
      <pubDate>Wed, 30 Jan 2019 09:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536980#M745766</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-30T09:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536992#M745767</link>
      <description>&lt;P&gt;Please check the attached&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 09:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536992#M745767</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-30T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536993#M745768</link>
      <description>&lt;P&gt;sorry missed attchment&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 09:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1536993#M745768</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-30T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1537003#M745770</link>
      <description>&lt;P&gt;Code used:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD distinct PSkey as Required&lt;BR /&gt;FROM&lt;BR /&gt;Data\PSKEY.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD Skey,&lt;BR /&gt;PSkey,&lt;BR /&gt;Proft&lt;BR /&gt;FROM&lt;BR /&gt;Data\PSKEY.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;Where Exists(Required,PSkey);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;Skey PSkey Proft&lt;BR /&gt;222 111 1000&lt;BR /&gt;555 444 300&lt;BR /&gt;777 666 300&lt;BR /&gt;999 888 1000&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 09:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1537003#M745770</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-30T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Model</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1537083#M745771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to load your table this ways&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD Skey,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PSkey,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proft&lt;BR /&gt;FROM&lt;BR /&gt;[E:\C\Source\Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Inner Join(Data)&lt;BR /&gt;New:&lt;BR /&gt;LOAD Skey as PSkey,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proft as PProft&lt;BR /&gt;Resident Data&lt;BR /&gt;Where Len(PSkey) = 0;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 224px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4802iBD27F0514824B5DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 11:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Model/m-p/1537083#M745771</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2019-01-30T11:03:10Z</dc:date>
    </item>
  </channel>
</rss>

