<?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: Dimension Names in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66050#M4360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already know how to develop extensions the you can use the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hypercube.qDimensionInfo[0].qFallbackTitle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where, &lt;STRONG&gt;hypercube&lt;/STRONG&gt; is a variable,ie, var hypercube = layout.qHyperCube&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;qDimensionInfo[0]&lt;/STRONG&gt; is dimension value in array 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;qFallbackTitle&lt;/STRONG&gt; is the title of the dimension&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will fetch the dimension name from the hypercube and display it on below the title. You may write it in your 'paint' script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not an extension developer,&amp;nbsp; then perhaps you can share the link of the extension? I'll take a look&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2018 07:20:32 GMT</pubDate>
    <dc:creator>_armoco_</dc:creator>
    <dc:date>2018-06-07T07:20:32Z</dc:date>
    <item>
      <title>Dimension Names</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66049#M4359</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 am using Marquee Extension provided in the Qlik Branch Github.&lt;/P&gt;&lt;P&gt;I wanted to Extract the Dimension Names from the js file and&lt;/P&gt;&lt;P&gt;Display them at the top of the Extension(below Title) without animations..&lt;BR /&gt;Means The Dimension and Meausre Name should be constant at the top and the respective values should be animated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can It be possible?&lt;/P&gt;&lt;P&gt;Please suggest me if any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 16:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66049#M4359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Names</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66050#M4360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already know how to develop extensions the you can use the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hypercube.qDimensionInfo[0].qFallbackTitle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where, &lt;STRONG&gt;hypercube&lt;/STRONG&gt; is a variable,ie, var hypercube = layout.qHyperCube&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;qDimensionInfo[0]&lt;/STRONG&gt; is dimension value in array 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;qFallbackTitle&lt;/STRONG&gt; is the title of the dimension&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will fetch the dimension name from the hypercube and display it on below the title. You may write it in your 'paint' script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not an extension developer,&amp;nbsp; then perhaps you can share the link of the extension? I'll take a look&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66050#M4360</guid>
      <dc:creator>_armoco_</dc:creator>
      <dc:date>2018-06-07T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Names</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66051#M4361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanku so much Arjun,&lt;/P&gt;&lt;P&gt;Sorry for the late reply!&lt;/P&gt;&lt;P&gt;Ok I got It.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/vizplum/Marquee" title="https://github.com/vizplum/Marquee"&gt;https://github.com/vizplum/Marquee&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link! You can check and&amp;nbsp; let Me knw!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 17:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-Names/m-p/66051#M4361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T17:41:07Z</dc:date>
    </item>
  </channel>
</rss>

