<?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: More than 10 rows/dimensions in QlikSense extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980401#M3727</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;no you can define more than 10 columns, just extend qWidth (number of columns) and qHeight (number of rows). Note that you will (per data page) not get more than 10.000 cells, so if you have qWidth=10 you can enter a maximum of qHeight=1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14448440200911545" jivemacro_uid="_14448440200911545"&gt;
&lt;P&gt;initialProperties: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qHyperCubeDef: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qDimensions: [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qMeasures: [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qInitialDataFetch: [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qWidth: 10,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qHeight: 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here:&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-01/08-Hello-Data.md#testing-with-more-data" title="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-01/08-Hello-Data.md#testing-with-more-data"&gt;qliksense-extension-tutorial/08-Hello-Data.md at master · stefanwalther/qliksense-extension-tutorial · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-09/1002-Troubleshooting-FAQ.md" title="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-09/1002-Troubleshooting-FAQ.md"&gt;qliksense-extension-tutorial/1002-Troubleshooting-FAQ.md at master · stefanwalther/qliksense-extension-tutorial · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm" title="http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm"&gt;http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 17:37:16 GMT</pubDate>
    <dc:creator>Stefan_Walther</dc:creator>
    <dc:date>2015-10-14T17:37:16Z</dc:date>
    <item>
      <title>More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980400#M3726</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;I hope this one is going to be straight forward and simple.&lt;/P&gt;&lt;P&gt;Taking the existing table-template.js file as an example I am trying to create a simple table extensions object. Everything works fine and I seem to be able to populate my HyperCube but only with up to 10 dimensions or metrics. I reckon this must be due to the defined attribute qWidth: 10, however extending it to more than that does not make any difference. It seems to me that a hypercube can only fetch a maximum of 10. Can someone confirm if this is true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, I thought, adding a second hypercube (based on the same underlying dataset) should solve the problem but here I am running in, to me, unknown areas. How do I properly populate the second hypercube (let's say with columns from 11-20 .e.g) and refer to them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement in summary: I am trying to display a table extension object with more than 10 dimensions/metrics. How do I approach it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any hints or examples if available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 17:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980400#M3726</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2015-10-14T17:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980401#M3727</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;no you can define more than 10 columns, just extend qWidth (number of columns) and qHeight (number of rows). Note that you will (per data page) not get more than 10.000 cells, so if you have qWidth=10 you can enter a maximum of qHeight=1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14448440200911545" jivemacro_uid="_14448440200911545"&gt;
&lt;P&gt;initialProperties: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qHyperCubeDef: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qDimensions: [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qMeasures: [],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qInitialDataFetch: [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qWidth: 10,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qHeight: 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here:&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-01/08-Hello-Data.md#testing-with-more-data" title="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-01/08-Hello-Data.md#testing-with-more-data"&gt;qliksense-extension-tutorial/08-Hello-Data.md at master · stefanwalther/qliksense-extension-tutorial · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-09/1002-Troubleshooting-FAQ.md" title="https://github.com/stefanwalther/qliksense-extension-tutorial/blob/master/tutorial/part-09/1002-Troubleshooting-FAQ.md"&gt;qliksense-extension-tutorial/1002-Troubleshooting-FAQ.md at master · stefanwalther/qliksense-extension-tutorial · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm" title="http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm"&gt;http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/Platform/Content/Concepts/Paging.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 17:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980401#M3727</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2015-10-14T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980402#M3728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an additional detail:&lt;/P&gt;&lt;P&gt;If you modify initialProperties and increase the qWidth, note that this will only affect new visualizations created after the change, so you need to recreate your visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980402#M3728</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-15T06:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980403#M3729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it, re-adding the visualization. Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980403#M3729</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2015-10-15T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980404#M3730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have increased the qWidth to 20 but still there are only the first 10 columns that can display data. The columns from 11, I can add them to the table but the columns do not show any data. How to fix that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131074_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 05:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980404#M3730</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2016-07-13T05:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980405#M3731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried adding a new table using your extension to the app? The initialProperties are applied when the table is created, so changing qWidth will not affect already existing tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 07:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/980405#M3731</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2016-07-13T07:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1547975#M10054</link>
      <description>&lt;P&gt;I also believe the &lt;STRONG&gt;&lt;U&gt;number of dimensions is limited to 10&lt;/U&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I changed the inital properties, recreated the chart etc...&lt;/P&gt;&lt;P&gt;Every time I want to add an 11th dimension, I get a specific error message: "The calculation page is too large. Reduce the number of cells and try again.". I also tried reducing the number of rows, but the error remains.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1547975#M10054</guid>
      <dc:creator>mark_casselman</dc:creator>
      <dc:date>2019-02-22T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1557871#M10197</link>
      <description>&lt;P&gt;Hi to all, I have fixed this for the following extension:&amp;nbsp;&lt;A href="https://github.com/stefanwalther/sense-export&amp;nbsp;" target="_blank"&gt;https://github.com/stefanwalther/sense-export&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is a file which is called properties.js&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this file are defined the min and max properties of dimensions and measures.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default they are 0-10 , so you can change them to whatever you like.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am testing this with the following properties&lt;/P&gt;&lt;P&gt;dimensions: min-0 max-25&lt;/P&gt;&lt;P&gt;measures;min-0 max-50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And its working fine &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I just exported over 25 measures with 11 dimensions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;BR, Angel Tomov&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1557871#M10197</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2019-03-18T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: More than 10 rows/dimensions in QlikSense extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1687635#M12540</link>
      <description>&lt;P&gt;It works fine!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 11:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/More-than-10-rows-dimensions-in-QlikSense-extension/m-p/1687635#M12540</guid>
      <dc:creator>pakchangkyu</dc:creator>
      <dc:date>2020-03-25T11:57:21Z</dc:date>
    </item>
  </channel>
</rss>

