<?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 Size of qlik sense object (Width and height) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130876#M1846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is their any way to find out height and width of qlik sense object using API provided by qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 06:21:24 GMT</pubDate>
    <dc:creator>arvind1494</dc:creator>
    <dc:date>2018-10-24T06:21:24Z</dc:date>
    <item>
      <title>Size of qlik sense object (Width and height)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130876#M1846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is their any way to find out height and width of qlik sense object using API provided by qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 06:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130876#M1846</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-10-24T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Size of qlik sense object (Width and height)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130877#M1847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;Could you please specify where you want to use this exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are calling the object for a mashup, then you can use&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/getObjectProperties-method.htm"&gt; &lt;/A&gt;&lt;SPAN class="syntax"&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/getObjectProperties-method.htm"&gt;&lt;EM&gt;qlik.app.getObject &lt;/EM&gt; &lt;/A&gt;method. You can use this method to insert the object into an HTML element. After that you can resize the element as you want using the element attributes. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="syntax"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="syntax"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="syntax"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130877#M1847</guid>
      <dc:creator>vikraant</dc:creator>
      <dc:date>2018-10-24T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Size of qlik sense object (Width and height)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130878#M1848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qlik.app.getobject()&amp;nbsp; will return promise object ....but i am unable to find size parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to download image of qlik object in its original size..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In mashup i need to specify size of&amp;nbsp; html element to fix qlik charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get success to fetch its width and height then i will use the same while generating its image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 12:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130878#M1848</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-10-24T12:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Size of qlik sense object (Width and height)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130879#M1849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlik Sense objects are responsive and adjust to the size given to them, so they don’t have a fixed size. To get their size in an actual page you can use standard JavaScript calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg &lt;/P&gt;&lt;P&gt;&lt;A href="http://extendingqlik.upper88.com/" title="http://extendingqlik.upper88.com/"&gt;Extending Qlik – Use Qlik in your own apps and sites&lt;/A&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130879#M1849</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-24T20:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Size of qlik sense object (Width and height)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130880#M1850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using older versions(&amp;lt;=June 2018)&amp;nbsp; of Qlik Sense then you will first have to embed the object into an HTML element, then define the height and width. After that you can export the image using following module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4519"&gt;Capturing Image of Qlik Sense Objects in Mashups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if you are using September 2018, you can use qlik.app.visualization.exportImg .&amp;nbsp; Here you can define height and width as per your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/exportImg-method.htm?_ga=2.189209067.1178437371.1540181813-2080225143.1526017193" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/exportImg-method.htm?_ga=2.189209067.1178437371.1540181813-2080225143.1526017193"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/Visual…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 10:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Size-of-qlik-sense-object-Width-and-height/m-p/130880#M1850</guid>
      <dc:creator>vikraant</dc:creator>
      <dc:date>2018-10-25T10:40:02Z</dc:date>
    </item>
  </channel>
</rss>

