<?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 Real time data to QV? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878996#M1006778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What are the possibilities to get REAL Time data from DB into QVW, other than regular re load process .&lt;/P&gt;&lt;P&gt;Is that possible,if so how to achieve the same.&lt;/P&gt;&lt;P&gt;Kindly share your inputs&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 09:59:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-18T09:59:20Z</dc:date>
    <item>
      <title>Real time data to QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878996#M1006778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What are the possibilities to get REAL Time data from DB into QVW, other than regular re load process .&lt;/P&gt;&lt;P&gt;Is that possible,if so how to achieve the same.&lt;/P&gt;&lt;P&gt;Kindly share your inputs&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878996#M1006778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data to QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878997#M1006779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview has no true real-time capabilities, but you have 2 options to get near real time data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Direct Discovery (search here for direct discovery) - the data is refreshed when the user opens a chart using the data&lt;/LI&gt;&lt;LI&gt;Scheduled partial reloads - partition the source data into a daily load portion and a dynamic portion. The daily load is a normal load (which might use an incremental load). The dynamic portion is a partial load (and would usually only load changes and/or new records). If this partial reload is fast enough, then it could be scheduled to run frequently (every 5 mins, 10 mins, 15 mins as required).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of these will require analysis of the data sources and modification and optimisation of your data model and load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 10:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878997#M1006779</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-05-18T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data to QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878998#M1006780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key thing with &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;‌'s reply is that QlikView is not a real time tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Direct Discovery feature could look like the real time answer at first sight, but it also depends on a reload cycle where dimension data is loaded into memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I quite often find that people look for real time data, but when the requirements are analysed a bit several minutes latency on data update time is acceptable. Why do you need real time data? What is the nature of the data, that makes it critical to analyse in real time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 10:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878998#M1006780</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-18T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data to QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878999#M1006781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are also experiencing refresh/reload issue and&amp;nbsp; yes, in our case, we need real-time data.&lt;/P&gt;&lt;P&gt;We use QlikView OCX to generate a call center dashboard with number of calls waiting, longest wait time, etc...&amp;nbsp; Data is very limited though and from a single data source.&lt;/P&gt;&lt;P&gt;e originally select QlikView for its flexibility to configure your own dashboard layout.&lt;/P&gt;&lt;P&gt;Anyone aware of a solution to our problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/878999#M1006781</guid>
      <dc:creator />
      <dc:date>2017-02-09T17:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Real time data to QV?</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/879000#M1006782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use PartialLoad. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;It's cool thing. concatenate partial loads to your tables and you can get what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-data-to-QV/m-p/879000#M1006782</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2017-04-28T13:31:48Z</dc:date>
    </item>
  </channel>
</rss>

