<?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: Load dimensions separately in qMatrix in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5778#M95</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marko,&lt;/P&gt;&lt;P&gt;You could use a calculated dimension that concatenates the two dimensions into one. Check this thread for a solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/214540"&gt;Combining values from multiple dimensions in one axis&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could concatenate in the script and make a new dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark as Helpful if you find this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 07:56:34 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2018-01-24T07:56:34Z</dc:date>
    <item>
      <title>Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5777#M94</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 am working on extension, and I would like to load some data in it. &lt;/P&gt;&lt;P&gt;The Qlik way by adding dimensions is super, and easy to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is some problems also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let say I need two dimensions inside (that are not related to each other), for example dimension A and B. &lt;/P&gt;&lt;P&gt;Let say dimension A has 200 items, and B has 300 items. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qMatrix will then have 60.000 rows, (200x300) because they are not related, so it will create n x m matrix out of it. &lt;/P&gt;&lt;P&gt;But I wish to have only 500 rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way, to tell qlik sense application, to give me those dimensions separately and not to make matrix out of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marko Zadravec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5777#M94</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5778#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marko,&lt;/P&gt;&lt;P&gt;You could use a calculated dimension that concatenates the two dimensions into one. Check this thread for a solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/214540"&gt;Combining values from multiple dimensions in one axis&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could concatenate in the script and make a new dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark as Helpful if you find this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 07:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5778#M95</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-24T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5779#M96</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;Thank you for the answer, but I think this will not help me, because the dimensions are not connected with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, there is an API, that return filters object (witch are in fact one dimension array). Then I could call this API for A and for B, and then I would convert problem from A x B to A + B... Do you know for any kind of this API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 08:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5779#M96</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5780#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you could use two hyercubes or two listobjects in your extension. In that case you should probably add them to initialProperties. A problem with this is that the standard property panel does not really support multiple hypercubes, so setting it up might be complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 10:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5780#M97</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-24T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5781#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But extensions themselves do support multiple hypercubes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the Properties Panel you just need to allow the names of Dim A &amp;amp; B to be defined.&amp;nbsp; Then in the javascript create 2 hypercubes for the 2 Dim's and concatenate the Dim vales they contain into a single json array&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 10:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5781#M98</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5782#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's possible, but then you can't configure other properties for the hypercubes, you might have problems with using Sense Dimensions and/or fields, which the standard property panel solves for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really knowing the use case,a solution might be to use a standard hypercube for one dimension, and a text field for the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5782#M99</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-24T12:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5783#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup - You are correct it all depends on the &lt;EM&gt;what if's&lt;/EM&gt; and the precise &lt;EM&gt;use case&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be that &lt;SPAN style="font-size: 13.3333px;"&gt;defining &lt;/SPAN&gt;a new field of [Dim A+B] &lt;SPAN style="font-size: 13.3333px;"&gt;in the qvf load script &lt;/SPAN&gt;could be the best way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you say, whilst not really knowing the &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;use case&lt;/EM&gt;&lt;/SPAN&gt; it is hard to say.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5783#M100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5784#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just had a thought... if it is super easy to do it in QlikView then maybe posting a sample qvw with it working could help understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I no longer use View so with only the unlicensed Personal Edition of View I would not be able to open it, but I expect others would have a licenced QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5784#M101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5785#M102</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;Thank you for your discussion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that it all depend on case. &lt;/P&gt;&lt;P&gt;I just need the names of dimensions items, so I can build json file to POST a REST api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two hyperCube would be super, but I don't know how to call (get dimension) inside JS. &lt;/P&gt;&lt;P&gt;Could you post some example how to get the dimensions Items from name inside JS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marko Zadravec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5785#M102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5786#M103</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;A href="https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm"&gt;Concat(distinct FieldName)&lt;/A&gt; will give you all values in a field. Might be useful with a delimiter also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5786#M103</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-24T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5787#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this inside QS application or in java script?&lt;/P&gt;&lt;P&gt;I meant if you have any tutorials how to load specific dimensions items by name of the dimension inside java script.&lt;/P&gt;&lt;P&gt;Something like &lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/Classes/AppClass/App-class-GetDimension-method.htm"&gt;getDimension&lt;/A&gt; or &lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/Classes/AppClass/App-class-GetVariableById-method.htm"&gt;getVariableById&lt;/A&gt; but that works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5787#M104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5788#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In javascript :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Try a couple of &lt;EM&gt;CallBack's&lt;/EM&gt; something like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style="color: #993300;"&gt;function getDimAData(reply, app) {&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Add code here to populate a json array with DimA values */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;});&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;function getDimBData(reply, app) {&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Add code here add the DimB values onto your json array */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;});&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; padding-left: 30px;"&gt;&lt;EM style="color: #993300;"&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That respectively call &lt;EM&gt;createList&lt;/EM&gt; to create their cubes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;app.createList({&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qDef: {qFieldDefs: ["DimA"]}, qFrequencyMode: "V", qInitialDataFetch: [{qHeight: 1000,qWidth: 1}]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;SPAN style="font-size: 13.3333px;"&gt;getDimAData&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #993300;"&gt;app.createList({&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qDef: {qFieldDefs: ["DimB"]}, qFrequencyMode: "V", qInitialDataFetch: [{qHeight: 1000,qWidth: 1}]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;SPAN style="font-size: 13.3333px;"&gt;getDimBData&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5788#M105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5789#M106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was what I want. Could I ask you what is qFrequencyMode: "V"? and qFieldDefs: ["DimB"] is a name of DimB or id of DimB? Did I need to add DimA and DimB as dimensions in Qlik Sense Applications to this extension widgets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5789#M106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5790#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you Google &lt;EM&gt;qlik sense createList&lt;/EM&gt; this is the second hit&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/createList-method.htm" title="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/createList-method.htm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; createList method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it gives an example and link to &lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/ListObjectDef.htm" title="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/ListObjectDef.htm"&gt;ListObjectDef ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you need to exploit the &lt;EM style="font-size: 13.3333px;"&gt;createList&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt; method will depend on your precise needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[You'll get loads of other hits as well]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5790#M107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T17:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimensions separately in qMatrix</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5791#M108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to use this in an extension you need to put it in a qStringExpression. In an extension it would be something like this:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15169755311953988 jive_text_macro" jivemacro_uid="_15169755311953988" modifiedtitle="true"&gt;
&lt;P&gt;initialProperties:{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fieldA:{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qStringExpression: "=Concat(FieldA, ';')"&lt;/P&gt;
&lt;P&gt; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fieldB: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qStringExpression: "=Concat(FieldB, ';')"&lt;/P&gt;
&lt;P&gt; }&lt;/P&gt;
&lt;P&gt;},&lt;/P&gt;
&lt;P&gt;paint:function($element,layout){&lt;/P&gt;
&lt;P&gt;//layout.fieldA will contain all values for fieldA,&lt;/P&gt;
&lt;P&gt;//layout.fieldB will contain all values for fieldB&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second parameter is the delimiter, I've used ;, you should be able to use just about anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not clear if you want the result to depend on the users selections or not, you might need to add some set analysis to avoid having your result change when the user makes selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to loop through the values and you don't need to handle the asynchronity problems, the framework will do that for you. If you want the extension to be snapshottable and printable, thats possible (might be irrelevant).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't actually tested this code, so there might be syntax errors.&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 Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 14:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Load-dimensions-separately-in-qMatrix/m-p/5791#M108</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-26T14:18:26Z</dc:date>
    </item>
  </channel>
</rss>

