<?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 get chart screenshots in a post-Capability-API world? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540329#M22703</link>
    <description>&lt;P&gt;Right, for cloud that makes sense. But will that approach work with client-managed too?&lt;/P&gt;&lt;P&gt;My use case is an extension that do object (charts, tables, ..) screen shots when certain conditions are met, with client-managed as the main/initial target. But it would be nice if the extension worked in cloud too, without too much adaptation (some work will of course be needed).&lt;/P&gt;&lt;P&gt;I might end up creating two different extensions, which is fine too.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://qlik.dev/embed/reports/reporting-api-samples/" target="_blank" rel="noopener"&gt;reporting API&lt;/A&gt;&amp;nbsp;looks nice, but that's cloud only, right?&lt;BR /&gt;The pressing challenge right now is that the exportImg function does not seem to support horizontal scrolling (for example in a bar chart, using the mini-chart to scroll the bars left/right).&lt;BR /&gt;Which makes me look for options that work on client-managed to begin with, but ideally also in cloud.&lt;/P&gt;&lt;P&gt;Would&amp;nbsp;&lt;A href="https://qlik.dev/embed/reports/qlik-api-export-data/" target="_blank"&gt;https://qlik.dev/embed/reports/qlik-api-export-data/&lt;/A&gt;&amp;nbsp;still be the recommended tool for this?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2026 21:43:14 GMT</pubDate>
    <dc:creator>mountaindude</dc:creator>
    <dc:date>2026-01-06T21:43:14Z</dc:date>
    <item>
      <title>How to get chart screenshots in a post-Capability-API world?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540019#M22699</link>
      <description>&lt;P&gt;I am successfully using the Capability API's &lt;A href="https://help.qlik.com/en-US/sense-developer/November2025/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/exportImg-method.htm" target="_blank" rel="noopener"&gt;exportImg function&lt;/A&gt;&amp;nbsp;(and &lt;A href="https://qlik.dev/apis/javascript/capability/#definitions-qvisualization-entries-exportimg" target="_blank" rel="noopener"&gt;here&lt;/A&gt;) to get a PNG image file for certain charts/sheet objects.&lt;BR /&gt;&lt;BR /&gt;But... exportImg is part of the Capability API, which has &lt;A href="https://help.qlik.com/en-US/sense-developer/November2025/Subsystems/APIs/Content/Sense_ClientAPIs/capability-apis-version-history.htm" target="_blank" rel="noopener"&gt;not been updated since 2018&lt;/A&gt; (!)&lt;BR /&gt;Nebula.js is more recent, qlik-embed even more so.&lt;BR /&gt;But neither have that nice exportImg() function (or some equivalent) as far as I understand.&lt;/P&gt;&lt;P&gt;My question is simply:&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;What is the current best-practice if I want to get a PNG of an chart object?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Looking at the QSEoW and Qlik Sense Cloud clients, they do it in different ways:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;QSEoW: Call "&lt;A href="https://qliksense.mycompany.net/printing/export/object/image?requestId=b282fca0-6e5e-4542-bf2d-f53a7d9f45f8&amp;quot;" target="_blank"&gt;https://qliksense.mycompany.net/printing/export/object/image?requestId=b282fca0-6e5e-4542-bf2d-f53a7d9f45f8"&lt;/A&gt;&amp;nbsp;or something similar with a big, big JSON body in the POST call, then downloading the image from the URL returned from the server&lt;/LI&gt;&lt;LI&gt;Cloud: Do a POST to "&lt;A href="https://tenantname.region.qlikcloud.com/api/v1/reports" target="_blank"&gt;https://tenantname.region.qlikcloud.com/api/v1/reports&lt;/A&gt;", followed by some polling/waiting&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I could do something similar to the above, but a pre-baked library that wrap this is of course nice..&lt;BR /&gt;Does that exist?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 16:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540019#M22699</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2025-12-30T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get chart screenshots in a post-Capability-API world?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540092#M22700</link>
      <description>&lt;P&gt;We've had some discussions around this, at the moment the guidance is to leverage&amp;nbsp;&lt;A href="https://qlik.dev/embed/reports/qlik-api-export-data/" target="_blank"&gt;https://qlik.dev/embed/reports/qlik-api-export-data/&lt;/A&gt;&amp;nbsp;but please do feel free to create an ideation on this one so we can track interest/ further discuss solutions.&lt;/P&gt;
&lt;P&gt;If you have other topics from the capability APIs I'd love to hear those too, I've created a map and feedback will help prioritise the items on it.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 11:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540092#M22700</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2026-01-02T11:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get chart screenshots in a post-Capability-API world?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540329#M22703</link>
      <description>&lt;P&gt;Right, for cloud that makes sense. But will that approach work with client-managed too?&lt;/P&gt;&lt;P&gt;My use case is an extension that do object (charts, tables, ..) screen shots when certain conditions are met, with client-managed as the main/initial target. But it would be nice if the extension worked in cloud too, without too much adaptation (some work will of course be needed).&lt;/P&gt;&lt;P&gt;I might end up creating two different extensions, which is fine too.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://qlik.dev/embed/reports/reporting-api-samples/" target="_blank" rel="noopener"&gt;reporting API&lt;/A&gt;&amp;nbsp;looks nice, but that's cloud only, right?&lt;BR /&gt;The pressing challenge right now is that the exportImg function does not seem to support horizontal scrolling (for example in a bar chart, using the mini-chart to scroll the bars left/right).&lt;BR /&gt;Which makes me look for options that work on client-managed to begin with, but ideally also in cloud.&lt;/P&gt;&lt;P&gt;Would&amp;nbsp;&lt;A href="https://qlik.dev/embed/reports/qlik-api-export-data/" target="_blank"&gt;https://qlik.dev/embed/reports/qlik-api-export-data/&lt;/A&gt;&amp;nbsp;still be the recommended tool for this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 21:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540329#M22703</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2026-01-06T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get chart screenshots in a post-Capability-API world?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540424#M22705</link>
      <description>&lt;P&gt;Ah, you're quite right, artefact generation is different in Cloud since it relies on a dedicated service. Indeed two methods are needed for this to work in both places.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 16:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-chart-screenshots-in-a-post-Capability-API-world/m-p/2540424#M22705</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2026-01-07T16:26:31Z</dc:date>
    </item>
  </channel>
</rss>

