<?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 Export charts to PNGs programmatically? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Export-charts-to-PNGs-programmatically/m-p/1656790#M49122</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is there any way to programmatically export a chart or map multiple times with with different selections - such as changing zip code? Or is the export functionality in Qlik Sense a manual click-and-export for each desired chart? For example, is it possible to program this in the back-end using Tab to change selections and export?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:28:39 GMT</pubDate>
    <dc:creator>kmstephenson</dc:creator>
    <dc:date>2024-11-16T19:28:39Z</dc:date>
    <item>
      <title>Export charts to PNGs programmatically?</title>
      <link>https://community.qlik.com/t5/App-Development/Export-charts-to-PNGs-programmatically/m-p/1656790#M49122</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is there any way to programmatically export a chart or map multiple times with with different selections - such as changing zip code? Or is the export functionality in Qlik Sense a manual click-and-export for each desired chart? For example, is it possible to program this in the back-end using Tab to change selections and export?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-charts-to-PNGs-programmatically/m-p/1656790#M49122</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2024-11-16T19:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export charts to PNGs programmatically?</title>
      <link>https://community.qlik.com/t5/App-Development/Export-charts-to-PNGs-programmatically/m-p/1657726#M49228</link>
      <description>Yes, you can do this. You would have a process that has all of your selections and calls the URL once at a time thusly:&lt;BR /&gt;assume your base sheet URL is "https://yourserver/sense/app/guid/sheet/guid/state/analysis/" You get each zip code like this (field name is zipcode)&lt;BR /&gt;https://yourserver/sense/app/guid/sheet/guid/state/analysis/select/zipcode/12345&lt;BR /&gt;https://yourserver/sense/app/guid/sheet/guid/state/analysis/select/zipcode/12346&lt;BR /&gt;etc.&lt;BR /&gt;From there use headless chrome to export the rendered chart to PNG. You can also use the Dev Hub single configurator to render just the single chart so that you don't have to get the whole sheet. It would be a bit of a challenging project, but we have done similar things here with PDF.&lt;BR /&gt;&lt;BR /&gt;Qlik offers a product called NPrinting that also does this if you want to spend the money and time implementing it. I'm not a big fan of the product.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Dec 2019 21:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-charts-to-PNGs-programmatically/m-p/1657726#M49228</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-13T21:48:49Z</dc:date>
    </item>
  </channel>
</rss>

