<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/438549#M560615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with MONTH, WEEK, DAY, PRODUCT and VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a graph with dimension MONTH and PRODUCT, I need the VALUE of the biggest day of the month. (This value will be used to perform other account)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems encountered: When do the set analysis to catch the biggest day of the month, he does not respect the month dimension. Only respect when I select one month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used: SUM({$&amp;lt;DATA = {$(=max(DATA))} &amp;gt;} VALOR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use AGGR, FIRSTSORTEDVALUE, but had no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the example application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 19:53:13 GMT</pubDate>
    <dc:creator>nicolett_yuri</dc:creator>
    <dc:date>2013-04-09T19:53:13Z</dc:date>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/438549#M560615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with MONTH, WEEK, DAY, PRODUCT and VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a graph with dimension MONTH and PRODUCT, I need the VALUE of the biggest day of the month. (This value will be used to perform other account)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems encountered: When do the set analysis to catch the biggest day of the month, he does not respect the month dimension. Only respect when I select one month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used: SUM({$&amp;lt;DATA = {$(=max(DATA))} &amp;gt;} VALOR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use AGGR, FIRSTSORTEDVALUE, but had no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the example application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/438549#M560615</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2013-04-09T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/438550#M560617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem without using Set Analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Nodistinct&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;MES&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;PRODUTO &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;VALOR &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; color: #222222; font-family: Arial, sans-serif;"&gt;But if someone solve otherwise post here!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 23:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/438550#M560617</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2013-04-09T23:45:09Z</dc:date>
    </item>
  </channel>
</rss>

