<?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: Dimansionality () issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183922#M383289</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;one solution without hard coded NodeDepth or dimensionality values in the expression might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;-(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;()=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Min&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;NodeDepth&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;))*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Price&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;NodeDepth&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139053_QlikCommunity_Thread_234330_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139054_QlikCommunity_Thread_234330_Pic2.JPG" style="height: 303px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/139082_QlikCommunity_Thread_234330_Pic3.JPG" style="height: 541px; width: 620px;" /&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;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 21:53:49 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-09-28T21:53:49Z</dc:date>
    <item>
      <title>Dimansionality () issue</title>
      <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183918#M383285</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;Need to realise tree structure in Pivot table, where Price is not summed on diffirent levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138811_screen.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It works when i use such expression, but actually there are more levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;/P&gt;&lt;P&gt;if &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dimensionality()=1, only({&amp;lt;NodeDepth={1}&amp;gt;}Price),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=2, only({&amp;lt;NodeDepth={2}&amp;gt;}Price),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=3, only({&amp;lt;NodeDepth={3}&amp;gt;}Price),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=4, only({&amp;lt;NodeDepth={4}&amp;gt;}Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use Pick () Match(), but it doesn't work with Dimansinality()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;nbsp; only({&amp;lt;NodeDepth={"$(=pick(Match(Dimensionality(),1,2,3,4)1,2,3,4))"}&amp;gt;}Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know if you have any ideas&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 11:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183918#M383285</guid>
      <dc:creator />
      <dc:date>2016-09-27T11:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dimansionality () issue</title>
      <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183919#M383286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Dimensionality(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;NodeDepth={1}&amp;gt;}Price),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;NodeDepth={2}&amp;gt;}Price),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;NodeDepth={3}&amp;gt;}Price),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;NodeDepth={4}&amp;gt;}Price))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183919#M383286</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dimansionality () issue</title>
      <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183920#M383287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it also works, but need simplified expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 07:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183920#M383287</guid>
      <dc:creator />
      <dc:date>2016-09-28T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dimansionality () issue</title>
      <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183921#M383288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if it can be simplified any further, but I will wait to see if someone has a better advice. May be &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 17:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183921#M383288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dimansionality () issue</title>
      <link>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183922#M383289</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;one solution without hard coded NodeDepth or dimensionality values in the expression might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;-(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;()=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Min&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;NodeDepth&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;))*&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Price&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;NodeDepth&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139053_QlikCommunity_Thread_234330_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139054_QlikCommunity_Thread_234330_Pic2.JPG" style="height: 303px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_234330_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/139082_QlikCommunity_Thread_234330_Pic3.JPG" style="height: 541px; width: 620px;" /&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;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 21:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimansionality-issue/m-p/1183922#M383289</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-28T21:53:49Z</dc:date>
    </item>
  </channel>
</rss>

