<?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: Real time analysis with Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073294#M438067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Direct Discovery and let the web browser refresh the page. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DirectCacheSeconds must be set lower than the wanted refresh-rate to get updated values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2016 08:37:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-05T08:37:30Z</dc:date>
    <item>
      <title>Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073288#M438061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What about the possibility to make analysis using QVD data with real time data in a single QVW document ?&lt;/P&gt;&lt;P&gt;Should I use direct discovery ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me to the right direction to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073288#M438061</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-03-02T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073289#M438062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the QV management console, you can have a continuous reload of your application. If you connect the application with the updated source, this should be doable. However, I guess once you open the application, the update process for that open application would possibly stop. That's to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073289#M438062</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2016-03-02T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073290#M438063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please define real time....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Real time is probably not the right word for it. In the best of cases you can maybe get &lt;STRONG&gt;close to "near real-time"&lt;/STRONG&gt;. Using QVD's or Direct Discovery is never real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Discovery could be a good solution but it depends on whether you can live with the restrictions it puts on your analysis. For instance you can't use Set Expressions (popularly referred to as Set Analysis) with a DD source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD's are much less close to anything real-time. But you could depending on the way and the volume you extract get it down to a few minutes or even minute level of refresh. Usually you would limit it to every hour or half-hour. An often recurring reload partial or full might disrupt the normal work-flow for your users if it is not crafted carefully. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073290#M438063</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-02T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073291#M438064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My needed is display flights information for an airport in "real time".&lt;/P&gt;&lt;P&gt;The flights data are stored in a oracle database.&lt;/P&gt;&lt;P&gt;I taked a look at Direct Discovery feature because It refresh the web page with data after a time in seconds you can specify in the script (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET DirectCacheSeconds = XX).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073291#M438064</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-03-02T14:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073292#M438065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SET DirectCacheSeconds=XX will NOT automatically refresh the client at given intervals. You have to do additional things to get that to happen. What you will have to do depends on which QlikView client you have for your QlikView users. Is it IE Plug-in or the full-browser Ajax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 15:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073292#M438065</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-02T15:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073293#M438066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently they are using AJAX client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 15:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073293#M438066</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-03-02T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Real time analysis with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073294#M438067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Direct Discovery and let the web browser refresh the page. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DirectCacheSeconds must be set lower than the wanted refresh-rate to get updated values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 08:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Real-time-analysis-with-Qlikview/m-p/1073294#M438067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-05T08:37:30Z</dc:date>
    </item>
  </channel>
</rss>

