<?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: Difference in two simple ways of data loading (from qvd and excel) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387741#M608564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a really helpful advice! I checked qvd(s) and Excel data on a small part of the data and I found that a condition are missed.&lt;/P&gt;&lt;P&gt;I just needed to talk to an expert. Thanks a million!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 07:11:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-13T07:11:44Z</dc:date>
    <item>
      <title>Difference in two simple ways of data loading (from qvd and excel)</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387737#M608560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Problem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've got an excel file that I stored into QVD and I load some fields from there in the script attached below.&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are two ways of data loading with the difference only in 2 and 5 rows: loading from the qvd and from the excel.&lt;/P&gt;&lt;P&gt;The problem is I get different results.&lt;/P&gt;&lt;P&gt;When I try to count of "Ins" and "Outs" the first way give that count of "In" = count of "Out" (It doesn't correct), but the second one give a difference. How can I get the difference in calculation of count using loading from qvd?&amp;nbsp; What's the difference in these ways?! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;First way:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;DataTemp:&lt;/LI&gt;&lt;LI&gt;Load 'In' as DataType, Field_1, Field_2, etc... from Data.QVD;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;Concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load 'Out' as DataType, Field_1, Field_2, etc... from Data.QVD;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;NoConcatenate&lt;/LI&gt;&lt;LI&gt;DataTemp2:&lt;/LI&gt;&lt;LI&gt;Load&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DataType, Field_1, Min (Field_2) as In&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp where &lt;SPAN style="font-size: 13.3333px;"&gt;DataType='In'&lt;/SPAN&gt; Group by ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Load&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DataType, Field_1, Max (Field_2) as Out&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp &lt;SPAN style="font-size: 13.3333px;"&gt;where &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DataType='Out'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;Group by ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;Drop table &lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;Second way:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="font-size: 13.3333px;"&gt;&lt;LI&gt;DataTemp:&lt;/LI&gt;&lt;LI&gt;Load 'In' as DataType, Field_1, Field_2, etc... from Data.xlsx;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;Concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;DataTemp)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load 'Out' as DataType, Field_1, Field_2, etc... from Data.xlsx;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;NoConcatenate&lt;/LI&gt;&lt;LI&gt;DataTemp2:&lt;/LI&gt;&lt;LI&gt;Load&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;... (the same script)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Evgeniy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 07:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387737#M608560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T07:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in two simple ways of data loading (from qvd and excel)</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387738#M608561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any difference in your load script, so I presume that the QVD contents differ from the Excel workbook.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387738#M608561</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-12-12T12:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in two simple ways of data loading (from qvd and excel)</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387739#M608562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; But the QVD file is based on the same excel file that I use on my way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My steps:&lt;/P&gt;&lt;P&gt; 1. Load &amp;lt;All Fields&amp;gt; from Data.xlsx&lt;/P&gt;&lt;P&gt; 2. Store loaded data into Data.qvd&lt;/P&gt;&lt;P&gt; 3. Load &amp;lt;some fields&amp;gt; from Data.qvd&lt;/P&gt;&lt;P&gt; 4. Concatenate load &amp;lt;some fields&amp;gt; from Data.qvd&lt;/P&gt;&lt;P&gt; etc. (script was described earlier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But when I load directly from the Data.xlsx I get another result. Why? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387739#M608562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in two simple ways of data loading (from qvd and excel)</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387740#M608563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you load all the data from the QVD and then do a send to Excel. You can compare that Excel with the other Excel to look for differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387740#M608563</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-12-12T13:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in two simple ways of data loading (from qvd and excel)</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387741#M608564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a really helpful advice! I checked qvd(s) and Excel data on a small part of the data and I found that a condition are missed.&lt;/P&gt;&lt;P&gt;I just needed to talk to an expert. Thanks a million!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-two-simple-ways-of-data-loading-from-qvd-and-excel/m-p/1387741#M608564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T07:11:44Z</dc:date>
    </item>
  </channel>
</rss>

