<?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 Set analysis: Two Fields in a expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750271#M267640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that, an expression with the set analysis, don't apply the filters of two fields. &lt;/P&gt;&lt;P&gt;I want to do something like that:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field1, Field2&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field1&amp;gt;}{$&amp;lt;Field2&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;But this expressions don't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that with only one field, the expression goes well:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field3&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 13:05:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-19T13:05:39Z</dc:date>
    <item>
      <title>Set analysis: Two Fields in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750271#M267640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that, an expression with the set analysis, don't apply the filters of two fields. &lt;/P&gt;&lt;P&gt;I want to do something like that:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field1, Field2&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field1&amp;gt;}{$&amp;lt;Field2&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;But this expressions don't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that with only one field, the expression goes well:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field3&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750271#M267640</guid>
      <dc:creator />
      <dc:date>2015-03-19T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Two Fields in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750272#M267641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{$&amp;lt;Field= {Value1, Value2}&amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold" style="font-size: 13.3333330154419px;"&gt;sum( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;{$&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1= {Value1}, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2= {Value2}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;} Sales&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 13.3333330154419px;"&gt; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750272#M267641</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-19T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Two Fields in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750273#M267642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Rupert;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how I try before, but reading your answer I tried another time this expression and its works :&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Field1, Field2&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Two-Fields-in-a-expression/m-p/750273#M267642</guid>
      <dc:creator />
      <dc:date>2015-03-19T15:45:11Z</dc:date>
    </item>
  </channel>
</rss>

