<?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: How to use QV as a in-memory data source ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522461#M748830</link>
    <description>&lt;PRE&gt;...another IT system ...&lt;/PRE&gt;&lt;P&gt;Is it&amp;nbsp; also qlik environment? If not, I guess it would not be possible to utilize 'in-memory'/ read-from-qv file.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Dec 2018 08:51:32 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-12-19T08:51:32Z</dc:date>
    <item>
      <title>How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522450#M748829</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;In my company we already use QV as a in-memory report tool which keeps stocks. Stocks are in in-memory.&lt;/P&gt;&lt;P&gt;I have another IT system which should get data from QV very quickly.&lt;/P&gt;&lt;P&gt;My questions is:&lt;/P&gt;&lt;P&gt;1) is it possible ?&lt;/P&gt;&lt;P&gt;2) if yes then how to implement it - can I read data directly from in-memory or from QV file ?&lt;/P&gt;&lt;P&gt;Picture below shows two Options:&lt;/P&gt;&lt;P&gt;Option-1 - read data quickly from in-memory&lt;/P&gt;&lt;P&gt;Option-2 - read data slowly (???) from QV file.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;BR, Alex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522450#M748829</guid>
      <dc:creator>allon_s18</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522461#M748830</link>
      <description>&lt;PRE&gt;...another IT system ...&lt;/PRE&gt;&lt;P&gt;Is it&amp;nbsp; also qlik environment? If not, I guess it would not be possible to utilize 'in-memory'/ read-from-qv file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 08:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522461#M748830</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-19T08:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522601#M748831</link>
      <description>&lt;P&gt;Qlik has a very specific data-structure so that your IT system would need to be capable to address it in the same way like the Qlik engine does to access the in-memory data. Therefore I doubt that there is a real way especially not only by considering the technically aspects else also the legal ones.&lt;/P&gt;&lt;P&gt;Therefore I think you will need at least one layer between Qlik and your IT system. For this you could use any file-exchange or any write-back approach to a database or maybe a connector like this one: &lt;A href="https://www.tiq-solutions.de/en/tiq-java-service-connector/" target="_blank"&gt;tiq-solutions.de - tiq-java-service-connector&lt;/A&gt;. You could contact the head - &lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6446" target="_blank"&gt;Ralf Becher -&lt;/A&gt; behind the connector to find out if it might be possible / sensible in your usecase.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 13:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522601#M748831</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-12-19T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522879#M748832</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;I think there are perhaps some products for getting data out of QV in-memory models but I have my doubts that works well.&lt;/P&gt;&lt;P&gt;What I would do instead is to run a Qlik Sense server beside where you binary load your QVW, or having an app with same load script.&lt;/P&gt;&lt;P&gt;Then you can use the engine API to access the in-memory model by defining a HyperCube. There is also an open source project &lt;STRONG&gt;q-risotto&lt;/STRONG&gt; I started which provides REST API wrapper for this to make it easy:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ralfbecher/q-risotto" target="_self"&gt;https://github.com/ralfbecher/q-risotto&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522879#M748832</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2018-12-20T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522896#M748833</link>
      <description>&lt;P&gt;Ralf, colleagues.&lt;/P&gt;&lt;P&gt;I appreciate your quickest response.&lt;/P&gt;&lt;P&gt;Thank you very much for your valuable help.&lt;/P&gt;&lt;P&gt;Sincerely yours, Alex.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 09:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1522896#M748833</guid>
      <dc:creator>allon_s18</dc:creator>
      <dc:date>2018-12-20T09:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1532076#M748834</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Another question.&lt;/P&gt;&lt;P&gt;QV has a report which I want to use as data source.&lt;/P&gt;&lt;P&gt;To export data to CSV I want to use NPrinting job from QV.&lt;/P&gt;&lt;P&gt;Is it possible to do it for QV-report which consists of 200 000 rows and 1200 columns ?&lt;/P&gt;&lt;P&gt;Are there some limitations and constraints for QV NPrinting ?&lt;/P&gt;&lt;P&gt;BR, Alex.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 12:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1532076#M748834</guid>
      <dc:creator>allon_s18</dc:creator>
      <dc:date>2019-01-18T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QV as a in-memory data source ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1532120#M748835</link>
      <description>&lt;P&gt;I could imagine that you run into various problems with such a big table with or without NPrinting in regard to limitations/bugs within the object, the RAM consumption and the calculation/transfer-times. I wouldn't do a try in this direction else I would create this table within the script and store it as csv.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QV-as-a-in-memory-data-source/m-p/1532120#M748835</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-18T13:28:01Z</dc:date>
    </item>
  </channel>
</rss>

