<?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 Extension-What is addons property for? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264466#M6916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Addons is one of the reusable properties for qlik sense extension. But what excatly does it do?&lt;/P&gt;&lt;P&gt;Seems like it is nothing but a blank page.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-11-17 16_23_55-Start.png" class="jive-image image-1" height="166" src="/legacyfs/online/144115_2016-11-17 16_23_55-Start.png" style="height: 166.584px; width: 149px;" width="149" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 08:25:53 GMT</pubDate>
    <dc:creator>Wuzhong_Zhu</dc:creator>
    <dc:date>2016-11-17T08:25:53Z</dc:date>
    <item>
      <title>Extension-What is addons property for?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264466#M6916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Addons is one of the reusable properties for qlik sense extension. But what excatly does it do?&lt;/P&gt;&lt;P&gt;Seems like it is nothing but a blank page.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-11-17 16_23_55-Start.png" class="jive-image image-1" height="166" src="/legacyfs/online/144115_2016-11-17 16_23_55-Start.png" style="height: 166.584px; width: 149px;" width="149" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 08:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264466#M6916</guid>
      <dc:creator>Wuzhong_Zhu</dc:creator>
      <dc:date>2016-11-17T08:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extension-What is addons property for?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264467#M6917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can contain &lt;EM&gt;Data handling&lt;/EM&gt; and &lt;EM&gt;Reference lines&lt;/EM&gt; modules. Might not be available for all types of visualizations, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/Extensions/Content/extensions-reusing-properties.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/Extensions/Content/extensions-reusing-properties.htm"&gt;Reusing existing properties ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264467#M6917</guid>
      <dc:creator>toy</dc:creator>
      <dc:date>2016-11-17T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extension-What is addons property for?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264468#M6918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is data handling and reference lines modules reusable modules like "dimension" or "settings"? can we reference them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 01:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1264468#M6918</guid>
      <dc:creator>Wuzhong_Zhu</dc:creator>
      <dc:date>2016-11-18T01:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extension-What is addons property for?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1584066#M10625</link>
      <description>&lt;P&gt;It looks like you need to specify the items:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;addons&lt;/SPAN&gt;: {&lt;BR /&gt;    &lt;SPAN&gt;uses&lt;/SPAN&gt;: &lt;SPAN&gt;"addons"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;items&lt;/SPAN&gt;: {&lt;BR /&gt;        &lt;SPAN&gt;calcCond&lt;/SPAN&gt;: {&lt;BR /&gt;            &lt;SPAN&gt;label&lt;/SPAN&gt;: &lt;SPAN&gt;"Data handling"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;            &lt;SPAN&gt;uses&lt;/SPAN&gt;: &lt;SPAN&gt;"calcCond"&lt;BR /&gt;&lt;/SPAN&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The result is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Addons.png" style="width: 258px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12567i11847495097B3A2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Addons.png" alt="Addons.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 17:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-What-is-addons-property-for/m-p/1584066#M10625</guid>
      <dc:creator>nicu1996</dc:creator>
      <dc:date>2019-05-23T17:26:52Z</dc:date>
    </item>
  </channel>
</rss>

