<?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 app objects File size in Qlik Sense enterprise on Windows in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500536#M28648</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way to find the objects size occupied in qlik sense app, in my case I am looking for the size of the each bookmarks created in one specific application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions would be highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 08:47:29 GMT</pubDate>
    <dc:creator>Raju_6952</dc:creator>
    <dc:date>2025-01-09T08:47:29Z</dc:date>
    <item>
      <title>app objects File size in Qlik Sense enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500536#M28648</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way to find the objects size occupied in qlik sense app, in my case I am looking for the size of the each bookmarks created in one specific application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions would be highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 08:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500536#M28648</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-01-09T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: app objects File size in Qlik Sense enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500565#M28649</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Repository Database (QVD files)&lt;BR /&gt;The Qlik repository contains a detailed history of all objects created within the Qlik Sense apps, including bookmarks.&lt;BR /&gt;You can connect to the Qlik repository database (PostgreSQL by default) and extract information about the bookmarks.&lt;BR /&gt;You would need to access the Qlik Sense Repository database and query the bookmarks table to find details about the bookmarks (like object IDs, names, etc.).&lt;BR /&gt;Note: This requires access to the Qlik repository database, which may not be allowed in all environments depending on your permissions.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://www-obamacare.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;obamacare enrollment&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. Qlik Sense Logging&lt;BR /&gt;Qlik Sense logs contain a lot of useful information related to the activities within the app, including object creation.&lt;BR /&gt;By analyzing the log files, you can sometimes infer the impact of bookmarks (e.g., load times, interactions), though this won't give you direct size information.&lt;BR /&gt;3. Export App and Check Object Sizes in JSON&lt;BR /&gt;You can export the app as a .qvf file, which is the Qlik Sense app file format.&lt;BR /&gt;Extract the content of the .qvf file (which is essentially a zip archive) and look at the JSON files corresponding to the app's bookmarks.&lt;BR /&gt;Steps:&lt;BR /&gt;Open the .qvf file (it is a ZIP file).&lt;BR /&gt;Extract the JSON files for the app's objects.&lt;BR /&gt;Search for the bookmarks and analyze the file sizes of these objects.&lt;BR /&gt;4. Bookmark Object Metadata&lt;BR /&gt;Each bookmark in Qlik Sense is a JSON object. By examining the bookmark objects (via the app's metadata or using the Qlik Sense API), you could measure their size in terms of the data they store, such as field selections, visualizations, and filters.&lt;BR /&gt;You can use the Qlik Sense Engine API to extract bookmark data and check how much space it occupies. Here's an example endpoint to explore: /qrs/bookmark/{id}.&lt;BR /&gt;5. Custom Scripts &amp;amp; Monitoring Tools&lt;BR /&gt;If you are able to, you could create a custom monitoring script using the Qlik Sense API to retrieve data about the bookmarks and app objects, potentially calculating their size based on the amount of data they store.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;rony243&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 04:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500565#M28649</guid>
      <dc:creator>rony243</dc:creator>
      <dc:date>2025-01-10T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: app objects File size in Qlik Sense enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500673#M28656</link>
      <description>&lt;P&gt;What do mean exactly by "size"? Do you mean the memory occupied by a bookmark? Or the number of bytes required to represent this bookmark as JSON?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 16:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500673#M28656</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-01-09T16:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: app objects File size in Qlik Sense enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500722#M28657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I need to check the size occupied by each bookmark in one of the Qlik sense application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 05:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500722#M28657</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-01-10T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: app objects File size in Qlik Sense enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500768#M28658</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;Try using Telemetry which will give you object level analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/app-objects-File-size-in-Qlik-Sense-enterprise-on-Windows/m-p/2500768#M28658</guid>
      <dc:creator>Bhushan_Mahajan</dc:creator>
      <dc:date>2025-01-10T09:26:46Z</dc:date>
    </item>
  </channel>
</rss>

