<?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 check Qlik Sense app version? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037885#M85513</link>
    <description>&lt;P&gt;Hi Rob,&lt;/P&gt;
&lt;P&gt;Thank you very much! I think that's what I'm looking for. Unfortunately I have no experience using the Engine JSON APIs. Do you know if there is an easier way to obtain that information - e.g. from the QMC?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Iggy&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 17:09:16 GMT</pubDate>
    <dc:creator>Primrose</dc:creator>
    <dc:date>2023-02-14T17:09:16Z</dc:date>
    <item>
      <title>How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037265#M85451</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I am reading the documentation about the Telemetry Dashboard. I've noticed the OpenApp method. In the documentation there is a (not existing anymore) link to the Qlik Engine JSON API Reference. I could find &lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/EngineJSONAPI/Content/service-global-opendoc.htm" target="_blank" rel="noopener"&gt;this Qlik Help article&lt;/A&gt;. I'm slightly confused by this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The app version is lower than 0.95: no migration is done. Apps older than the version 0.95 are not supported.&lt;/LI&gt;
&lt;LI&gt;The app version is at least 0.95 and less than the Qlik Sense version: the app is migrated and then opened.&lt;/LI&gt;
&lt;LI&gt;Qlik Sense and the app have the same version: the app is opened, no migration is needed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;How can I check the app version?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 16:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037265#M85451</guid>
      <dc:creator>Primrose</dc:creator>
      <dc:date>2023-02-13T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037377#M85461</link>
      <description>&lt;P&gt;If you use the Engine JSON API,&amp;nbsp; I believe the property you want is&amp;nbsp;"qSavedInProductVersion". It's returned in Doc.GetAppProperties()&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/EngineJSONAPI/Content/service-doc-getappproperties.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/EngineJSONAPI/Content/service-doc-getappproperties.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also build a list of apps and the SavedInProduct version using the QRS API with the endpoint /qrs/full&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 00:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037377#M85461</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-02-14T00:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037885#M85513</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;
&lt;P&gt;Thank you very much! I think that's what I'm looking for. Unfortunately I have no experience using the Engine JSON APIs. Do you know if there is an easier way to obtain that information - e.g. from the QMC?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Iggy&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 17:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2037885#M85513</guid>
      <dc:creator>Primrose</dc:creator>
      <dc:date>2023-02-14T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038438#M85544</link>
      <description>&lt;P&gt;To my knowledge, the field is not available in the QMC.&amp;nbsp; Here are a couple of "relatively simple" ways you could get the data without programming.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If you are familiar with Power Shell, install&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows&lt;/A&gt;.&amp;nbsp; A simple&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Get-QlikApp&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;will return a list of apps including SavedInProductVersion value.&lt;/P&gt;
&lt;P&gt;2. If you want to use Qlik script, you can interface with the QRS API via Qlik REST connector and the endpoint qrs/app/full.&amp;nbsp; Some examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Sense-QRS-data-via-REST-connector/ta-p/1716379" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Sense-QRS-data-via-REST-connector/ta-p/1716379&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Data-Connection-to-the-QRS-API-using-Certificates/ta-p/1712498" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Data-Connection-to-the-QRS-API-using-Certificates/ta-p/1712498&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/How-to-access-QRS-Repository-from-Load-Script/ta-p/1484264" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/How-to-access-QRS-Repository-from-Load-Script/ta-p/1484264&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It may take a bit to set up the REST connection the first time. But once you do, you will have access to an incredible amount of data just by varying the url,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=27" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=27&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Reach out if you get stuck, I'll try to help you out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 22:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038438#M85544</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-02-15T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038822#M85588</link>
      <description>&lt;P&gt;Just to add on to what Rob has already provided, Version .95 is a very old Beta version of Qlik Sense before we switched to the current name scheme Month + Year e.g.&amp;nbsp;&lt;SPAN&gt;Qlik Sense 2021 August release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;App Migration no longer takes place starting with the&amp;nbsp;&lt;SPAN&gt;Qlik Sense 2021 August release. So if your apps have been opened in a version newer than August 2021 already, you can disregard that statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are on an older version than August 2021 (and newer than the very old Beta .95 version) you can have all apps migrated on Qlik Sense 2021 June release.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We are already looking at updating the documentation as the statement you referenced is not longer valid after Qlik Sense 2021 August.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 15:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038822#M85588</guid>
      <dc:creator>Qlik_Eric_Thomas</dc:creator>
      <dc:date>2023-02-16T15:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038839#M85589</link>
      <description>&lt;P&gt;Hi Rob, thank you very much for your help and for the references. I'll explore them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eric, thank you for this! Updating the documentation would be great. Although even now it's very informative and helped me a lot. The environment I'm using is with August 2022. I noticed in the Details sheet that there are several apps appearing under the 'OpenApp' Method. They are all in use, so they were opened in the newer version. I presume in this case it's not about the app version, but something else related to the time for opening the app.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 15:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038839#M85589</guid>
      <dc:creator>Primrose</dc:creator>
      <dc:date>2023-02-16T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038913#M85591</link>
      <description>&lt;P&gt;Are you specifically trying to explore&amp;nbsp; the App open time process? e.g. Why do some apps open slower?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 18:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038913#M85591</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-02-16T18:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Qlik Sense app version?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038954#M85596</link>
      <description>&lt;P&gt;No indeed. I was curious to understand what the different methods in the table on the Details sheet of the Telemetry Dashboard mean.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scrsht_details.PNG" style="width: 255px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100718iACC2F2C41E692403/image-dimensions/255x388?v=v2" width="255" height="388" role="button" title="scrsht_details.PNG" alt="scrsht_details.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Although I didn't fully understood the difference, I know that DoReload and DoReloadEx are both related to the reload as the name suggest. DoSave, ExportData, and GetLayout are pretty much self-explanatory. OpenApp is more confusing to me. There are only a few lines of them, and I wouldn't say that they are an issue (I set low thresholds), yet I am very curious what would make them appear in that table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a separate note, I'm currently exploring the&amp;nbsp;&lt;A href="https://diagnostictoolkit.qlik-poc.com/" target="_blank" rel="noopener"&gt;Qlik Diagnostic Toolkit&lt;/A&gt;. My initial goal was to understand how and which apps mostly affect the CPU and RAM. The Telemetry Dashboard was a recommendation I found in the Community, so that's why I started with it.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Iggy&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 20:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-check-Qlik-Sense-app-version/m-p/2038954#M85596</guid>
      <dc:creator>Primrose</dc:creator>
      <dc:date>2023-02-16T20:32:43Z</dc:date>
    </item>
  </channel>
</rss>

