<?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 read property 'qIntercolumnsortorder' of undefined in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232092#M6516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely the initialProperties or definition is mal-formatted somewhere.&lt;/P&gt;&lt;P&gt;The qInterColumnSortOrder is used to sort the returned data which we would read when you are using the sorting extension property for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 08:42:37 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2016-12-19T08:42:37Z</dc:date>
    <item>
      <title>cannot read property 'qIntercolumnsortorder' of undefined</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232090#M6514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just start to do make my own extension and got an error like below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146088_1.PNG" style="height: 148px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i write is definition, initialproperties, support and paint function. I don't know why that error comes out and why I need qInterColumnSortOrder for my extension.&lt;/P&gt;&lt;P&gt;Help me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 19:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232090#M6514</guid>
      <dc:creator />
      <dc:date>2016-12-08T19:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: cannot read property 'qIntercolumnsortorder' of undefined</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232091#M6515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, any way out? I have the same problem, and, unfortunately, the documentation does not provide relevant information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232091#M6515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-18T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: cannot read property 'qIntercolumnsortorder' of undefined</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232092#M6516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely the initialProperties or definition is mal-formatted somewhere.&lt;/P&gt;&lt;P&gt;The qInterColumnSortOrder is used to sort the returned data which we would read when you are using the sorting extension property for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 08:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232092#M6516</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-12-19T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: cannot read property 'qIntercolumnsortorder' of undefined</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232093#M6517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As @Alexander Karlsson says, your initialProperties may have an issue. In my case, it was not mal-formatted, it just didn't have enough stuff on it! I think I was missing &lt;SPAN style="color: #9cdcfe;"&gt;qHyperCubeDef &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(which I suspect goes on to populate "hcProperties" note "hyperCube = hc")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;hcProperties where the client.js is looking; h.hcProperties.qInterColumnSortOrder; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;if you don't define your hypercube definition, hcProperties cannot be populated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If hcProperties is not populated, it is undefined. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If hcProperties is undefined, it won't have a property qInterColumnSortOrder, hence the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;And in my case, not only did I need to provide qHyperCubeDef, &lt;STRONG&gt;I needed to remove the instance of the extension and re-add it (I think it was initted wrongly, so by removing that instance and re-adding a new one, it could init with my qHyperCubeDef correctly)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 18:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/cannot-read-property-qIntercolumnsortorder-of-undefined/m-p/1232093#M6517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-23T18:35:20Z</dc:date>
    </item>
  </channel>
</rss>

