<?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: Cannot add items with custom array property in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126121#M1782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;I have used arrays a lot, and they work well. Don’t really know why they are flagged experimental. But there is a problem: you need to create the array (empty) yourself. Make sure you do that in initialProperties, because the property panel won’t do that for you.&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/"&gt;http://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2018 05:32:46 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2018-10-23T05:32:46Z</dc:date>
    <item>
      <title>Cannot add items with custom array property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126120#M1781</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;I know that the array feature in the properties panel is still experimental, but it was introduced almost 2 years ago.&lt;/P&gt;&lt;P&gt;When I try to use the example from &lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/Extensions/Content/Sense_Extensions/Howtos/custom-list-properties.htm"&gt;here&lt;/A&gt;, it will show up the button for adding new content as expected. Now when I try to add new content by hitting the button, it does absolutely nothing (except the click animation). When I also take a look in the logs, I get nothing about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did someone had the same experience or is this feature out of date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 15:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126120#M1781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add items with custom array property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126121#M1782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;I have used arrays a lot, and they work well. Don’t really know why they are flagged experimental. But there is a problem: you need to create the array (empty) yourself. Make sure you do that in initialProperties, because the property panel won’t do that for you.&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/"&gt;http://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 05:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126121#M1782</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-23T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add items with custom array property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126122#M1783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer. I already did create the array in the &lt;EM&gt;initalProperties&lt;/EM&gt;, but it still does not work. I've even tried it now on Chrome and Internet Explorer, both are not working. I've pasted my code &lt;A href="https://gist.github.com/julianschmuckli/10d1358c3267e3d50f1b43c58851a187"&gt;here&lt;/A&gt;. I don't see any differences between my version and the version documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 07:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/126122#M1783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-23T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add items with custom array property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/1512688#M9558</link>
      <description>&lt;P&gt;Okay, I found the problem now. I had to remove the current widget and replaced it with a new one. It looks like that it has cached my previous code in some ways in the QlikSense environment. Now it works completely fine.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 08:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-add-items-with-custom-array-property/m-p/1512688#M9558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T08:46:11Z</dc:date>
    </item>
  </channel>
</rss>

