<?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: Qlik Sense Extension - referencing custom dimension property in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920858#M3243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I'm facing is that the number of dimensions are dynamic, and I don't know how to access the n-th property. &lt;/P&gt;&lt;P&gt;Ideally I'd like to use: qHyperCube.qDimensions&lt;N&gt;.cColWidth&lt;/N&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if I don't leverage off the Hypercube's dimensions, how do I build a property panel with a dynamic number of properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have only 2 dimensions, I would like to see only 2 sliders for ColWidth.&lt;/P&gt;&lt;P&gt;If I have 4 dimensions, I would like to see 4 sliders.&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 10:59:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-17T10:59:46Z</dc:date>
    <item>
      <title>Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920855#M3240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to extend the workbench table template. I'm attempting to add a user modifiable &lt;STRONG&gt;cColWidth&lt;/STRONG&gt; property for every dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to add the &lt;STRONG&gt;cColWidth&lt;/STRONG&gt; property to &lt;STRONG&gt;qDimensions&lt;/STRONG&gt; in &lt;STRONG&gt;qHyperCubDef&lt;/STRONG&gt;, and I can add the property to the dimension properties panel, but I'm not sure how to formulate the reference syntax, i.e. &lt;STRONG&gt;ref = "...".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="input.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95781_input.png" style="height: 436px; width: 620px;" /&gt;&lt;IMG alt="output.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95782_output.png" style="height: 776px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920855#M3240</guid>
      <dc:creator />
      <dc:date>2015-08-12T13:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920856#M3241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need it on the HyperCube.&lt;BR /&gt;Instead just define it in your definition and it will be available on the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example this item in a definition,&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_1439438383711288" jivemacro_uid="_1439438383711288"&gt;
&lt;P&gt;positive: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref: "waterfall.positivecolor",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "Positive",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "string",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expression: "optional",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultValue: "rgb(68,119,170)"&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would be available on layout.waterfall.positivecolor in your paint function or on $scope if you are doing an angular extension.&lt;/P&gt;&lt;P&gt;It's generally a good idea to prefix your custom properties with something, in this case waterfall, to avoid clashing with any properties we might add in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920856#M3241</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-08-13T04:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920857#M3242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh just to answer your question also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;When you are messing with the standard dialog there is most likely a top-level reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The references are cascading so for example the dimension panel already has a ref value of qHyperCube.qDimensions &lt;/P&gt;&lt;P&gt;so any child of that component does not need to reference the full path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Limitation component would have a ref of qOtherTotalSpec.qOtherMode and since its parent has a ref of qHyperCube.qDimensions we will just figure that out for you and build the entire chain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920857#M3242</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-08-13T04:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920858#M3243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I'm facing is that the number of dimensions are dynamic, and I don't know how to access the n-th property. &lt;/P&gt;&lt;P&gt;Ideally I'd like to use: qHyperCube.qDimensions&lt;N&gt;.cColWidth&lt;/N&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if I don't leverage off the Hypercube's dimensions, how do I build a property panel with a dynamic number of properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have only 2 dimensions, I would like to see only 2 sliders for ColWidth.&lt;/P&gt;&lt;P&gt;If I have 4 dimensions, I would like to see 4 sliders.&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 10:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920858#M3243</guid>
      <dc:creator />
      <dc:date>2015-08-17T10:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920859#M3244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Old, but I have the same question. Bump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 18:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920859#M3244</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-10-13T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920860#M3245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ref should be something like 'qDef.whatever'. The actual (evaluated) value will then be available in the qDimensionInfo array.&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>Sat, 14 Oct 2017 07:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920860#M3245</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-10-14T07:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920861#M3246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found the answer here: &lt;A href="https://community.qlik.com/thread/177365"&gt;Qliksense custom measure property for extension with expression value&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 13:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920861#M3246</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-10-16T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Extension - referencing custom dimension property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920862#M3247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;colorExpression:{ &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; type: "string", &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; label: "Enter color expression", &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; ref:"qHyperCubeDef.qDimensions.0.qAttributeExpressions.0.qExpression", &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; expression:"optional" &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;how do I call&amp;nbsp;&amp;nbsp; this ref: &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;qHyperCubeDef.qDimensions.0.qAttributeExpressions.0.qExpression",&amp;nbsp; &lt;/SPAN&gt;in function&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Extension-referencing-custom-dimension-property/m-p/920862#M3247</guid>
      <dc:creator>humesh_sindpure</dc:creator>
      <dc:date>2018-03-22T10:29:11Z</dc:date>
    </item>
  </channel>
</rss>

