<?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: Qlikview question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542123#M745171</link>
    <description>Hi Mark&lt;BR /&gt;Yes</description>
    <pubDate>Mon, 11 Feb 2019 07:20:02 GMT</pubDate>
    <dc:creator>kushalthakral</dc:creator>
    <dc:date>2019-02-11T07:20:02Z</dc:date>
    <item>
      <title>Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542040#M745167</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Recently i have been asked question like some one has done setting in their server that QV application will through timeout error after 60 minutes and an application which is having huge data sets and they dont want to do incremental load as data in tables changes so we cant really use incremental load&lt;/P&gt;&lt;P&gt;so ho can we achieve this ?&lt;/P&gt;&lt;P&gt;Any suggestions on this are welcome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kushal&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542040#M745167</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542052#M745168</link>
      <description>&lt;P&gt;I'm not sure if I got this right&amp;nbsp;and it could be a very broad subject.&lt;BR /&gt;Are you talking about getting a considerable amount of data and save it into a QVD file under 60min without incremental load?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 02:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542052#M745168</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-02-11T02:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542083#M745169</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is a interview question then I am not sure what is the context this is asked. But if you have a huge volumes of data, the time out can happen.&lt;/P&gt;&lt;P&gt;Coming to the "not able to do incremental load because the table changes part", incremental load can update and delete record. There is something called direct query that can be used to fetch data directly from the data base but i would not advise that.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542083#M745169</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542087#M745170</link>
      <description>I have nightmares with Direct Query.&lt;BR /&gt;Good advice Pradosh lol!</description>
      <pubDate>Mon, 11 Feb 2019 05:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542087#M745170</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-02-11T05:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542123#M745171</link>
      <description>Hi Mark&lt;BR /&gt;Yes</description>
      <pubDate>Mon, 11 Feb 2019 07:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542123#M745171</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2019-02-11T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview question</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542402#M745172</link>
      <description>&lt;P&gt;I guess one possible solution is doing &lt;STRONG&gt;data partition&lt;/STRONG&gt; and reloading the whole set of partitioned data over time but like&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16186"&gt;@pradosh_thakur&lt;/a&gt;&amp;nbsp;said, incremental load techniques are quite flexible and you can implement it in almost every single scenario - you can even combine partitioned data with incremental load techniques.&lt;/P&gt;&lt;P&gt;By &lt;STRONG&gt;data partition&lt;/STRONG&gt; I mean, in some cases, you can aggregate your data by a field or fields. The most common case is a Date field. So you can save your data like this:&lt;BR /&gt;&lt;EM&gt;By Year&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;Sales_2010.qvd&lt;BR /&gt;Sales_2011.qvd&lt;BR /&gt;&lt;/SPAN&gt;.....&lt;BR /&gt;Sales_2019.qvd&lt;BR /&gt;&lt;BR /&gt;Or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;By YearMonth&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;Sales_201001.qvd&lt;BR /&gt;Sales_201002.qvd&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sales_20&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;902.qvd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Or&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;By Category/YearMonth&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;Sales_Local_201001.qvd&lt;BR /&gt;Sales_Local_201002.qvd&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.....&lt;BR /&gt;Sales_Local_201902.qvd&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Sales_International_20&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;902.qvd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This way, when you detect that something changed in your data, you can isolate which QVD to perform a full reload or incremental load - but again, that depends on your data structure and how it evolves over time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 15:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-question/m-p/1542402#M745172</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2019-02-11T15:03:24Z</dc:date>
    </item>
  </channel>
</rss>

