<?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: Nested value error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185161#M383576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes, maybe I was using = while defining the variable.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The values are matching for me now.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks a lot, it was very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 01:36:22 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2016-09-15T01:36:22Z</dc:date>
    <item>
      <title>Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185154#M383569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to create a set analysis function&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Region Name]={'North America'}&amp;gt;}$(vOrder))&lt;/P&gt;&lt;P&gt;Where $(vOrder)= sum(field1)+sum(field2)+sum(field3)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If the total Order =700M and North America Total Order =170M. So I want the Total Order for only North America.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I tried the above expression and it throws me an nested agg error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185154#M383569</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-15T01:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185155#M383570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Region Name]={'North America'}&amp;gt;} Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(vOrder), &lt;EM style="color: #ff0000;"&gt;&amp;lt;YourChartDimensionsHere&amp;gt;&lt;/EM&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="color: #ff0000;"&gt;&amp;lt;YourChartDimensionsHere&amp;gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;with the dimensions you have in your chart where you are trying to perform this calculation&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185155#M383570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T01:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185156#M383571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a dimension to this. I'm trying to achieve this in a Text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185156#M383571</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-15T01:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185157#M383572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/STRONG&gt;&lt;SPAN 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;{&amp;lt;[Region Name]={'North America'}&amp;gt;} Aggr(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(vOrder), &lt;SPAN style="color: #ff0000;"&gt;[Region Name]&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185157#M383572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T01:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185158#M383573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried it and it throws me a 0 as final result.&lt;/P&gt;&lt;P&gt;I know the Total Order for North America is more than 100M.&lt;/P&gt;&lt;P&gt;Please note: vOrder = sum(Field1)+sum(field2)+sum(field3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185158#M383573</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-15T01:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185159#M383574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this? vOrder without dollar sign expansion?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/STRONG&gt;&lt;SPAN 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;{&amp;lt;[Region Name]={'North America'}&amp;gt;} Aggr(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;vOrder, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;[Region Name]&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to share a sample if the above doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185159#M383574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T01:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185160#M383575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working for me in this sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137502_Capture.PNG" style="height: 391px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing to make sure is that don't have a = sign in your variable definition. Try it without the equal sign&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/137503_Capture.PNG" style="height: 312px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185160#M383575</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T01:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185161#M383576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes, maybe I was using = while defining the variable.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The values are matching for me now.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks a lot, it was very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185161#M383576</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-15T01:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nested value error</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185162#M383577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &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, 15 Sep 2016 01:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-value-error/m-p/1185162#M383577</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T01:36:46Z</dc:date>
    </item>
  </channel>
</rss>

