<?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: Pivot chart Dimensionality error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130515#M521926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carolin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think one of your close parentheses at the end of your expression is in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= num(If((Dimensionality()=0),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=1),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=2),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency)))))),$(vInteger)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 10:38:17 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2016-06-16T10:38:17Z</dc:date>
    <item>
      <title>Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130513#M521924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;I´ve been working on the following statement within a pivot table. It is working in this way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= num(If((Dimensionality()=0),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;//If((Dimensionality()=1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;//(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = //{'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=2),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))))),$(vInteger))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;//)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;but it is not working in this way when I :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= num(If((Dimensionality()=0),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;If((Dimensionality()=1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=2),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))))),$(vInteger))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;I believe that the mistake must be really small, something that I overlook right now...but I can´t find it...Does anybody see it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Many thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130513#M521924</guid>
      <dc:creator>carolin01</dc:creator>
      <dc:date>2016-06-16T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130514#M521925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you try this may be:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(Dimensionality() &amp;lt;= 2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;} NettAmount$(vCurrency)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency)) )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130514#M521925</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T10:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130515#M521926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carolin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think one of your close parentheses at the end of your expression is in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= num(If((Dimensionality()=0),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=1),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Dimensionality()=2),&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency)))))),$(vInteger)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130515#M521926</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2016-06-16T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130516#M521927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you this was correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; The last bracket hat to be behind the last vCurrecy and not vInterger. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130516#M521927</guid>
      <dc:creator>carolin01</dc:creator>
      <dc:date>2016-06-16T10:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130517#M521928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still not sure why you are complicating the expression by having three conditions when one can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This won't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Num(If(Dimensionality() &amp;lt;= 2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OverallTransactionDate = {'$(=vToday)'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;} NettAmount$(vCurrency)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum({$&amp;lt;Next7DaysTotalHIS ={'1'}, OrderPhase_Desc = {'HISBACKLOG'}&amp;gt;}NettAmount$(vCurrency)) ), $(vInteger))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130517#M521928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T10:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart Dimensionality error</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130518#M521929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, this should work as well! Probably I made it so complicated because I didn´t know what I wanted first. It´s good to have both now and helped me to understand Dimensionality much better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-Dimensionality-error/m-p/1130518#M521929</guid>
      <dc:creator>carolin01</dc:creator>
      <dc:date>2016-06-16T10:53:47Z</dc:date>
    </item>
  </channel>
</rss>

