<?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: Re: Set analysis by ignoring one dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592103#M1110538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Don,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach a Sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA it's working do you have similar requirement ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 05:02:51 GMT</pubDate>
    <dc:creator>qlikpahadi07</dc:creator>
    <dc:date>2014-03-19T05:02:51Z</dc:date>
    <item>
      <title>Set analysis by ignoring one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592099#M1110534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do set analysis and I have two dimensions, dim1 &amp;amp; dim2 and I am doing Sum([Amount]), so I want to ignore dim1 while doing set analysis. I wrote something like Sum({&amp;lt;dim1 = &amp;gt;}[Amount]) but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 02:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592099#M1110534</guid>
      <dc:creator>don_qlikview</dc:creator>
      <dc:date>2014-03-19T02:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis by ignoring one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592100#M1110535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax you have written is&amp;nbsp; good and it is to ignore dim1 list box&amp;nbsp; selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Ignore dim.jpg" class="jive-image" src="/legacyfs/online/55285_Ignore dim.jpg" style="width: 620px; height: 97px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words what ever values you select from dim1 list box ,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;report will ignore those selections and give data for all dim1 values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;you want the same or you want data aggreagtion needs to be done only by dim2 ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then your expression will be &lt;STRONG&gt;sum(Total&amp;lt;dim2&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;[Amount]&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 02:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592100#M1110535</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-19T02:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis by ignoring one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592101#M1110536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chiranjeevi. I need aggregation on dim2 and I did it using the expression you wrote, but when I use your expression all the other expressions that I also need becomes blank. Any thoughts on why they are becoming blanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 02:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592101#M1110536</guid>
      <dc:creator>don_qlikview</dc:creator>
      <dc:date>2014-03-19T02:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis by ignoring one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592102#M1110537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why it is happening.Can you give sample application by scrambling data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also use aggr function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;aggr( sum(Sales), Country )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="Code"&gt;aggr( nodistinct sum(Sales), Country )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="Code"&gt;aggr( sum(Sales), Country, Region ) &lt;/P&gt;&lt;P class="Code"&gt;count( aggr( sum(Sales), Country ))&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 04:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592102#M1110537</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-19T04:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis by ignoring one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592103#M1110538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Don,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach a Sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA it's working do you have similar requirement ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-by-ignoring-one-dimension/m-p/592103#M1110538</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2014-03-19T05:02:51Z</dc:date>
    </item>
  </channel>
</rss>

