<?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: multiple Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757521#M453854</link>
    <description>&lt;P&gt;This expression should do what you're asking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Value] = {'Workdays'}, &lt;STRONG&gt;[Month] ={'$(=MaxString ([Month] )) ' }&amp;nbsp;&lt;/STRONG&gt;&amp;gt;}[Days])&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2020 23:29:59 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-31T23:29:59Z</dc:date>
    <item>
      <title>multiple Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757520#M453853</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Hope you are all fine!&lt;/P&gt;&lt;P&gt;I've one question please.&lt;/P&gt;&lt;P&gt;I have the following set analysis:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Value] = {'Workdays'}&amp;gt;}[Days])&lt;/P&gt;&lt;P&gt;the is the sum of Days which where Workdays other Values are for example 'Holidays'.&lt;/P&gt;&lt;P&gt;What i need is this: for example i chose the Month from January to July&amp;nbsp; in the Report&lt;/P&gt;&lt;P&gt;BUT in this field i only want to see the 'Workdays' from July (max(month).&lt;/P&gt;&lt;P&gt;Is there any solution where i can say in set analysis value for max(month) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 23:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757520#M453853</guid>
      <dc:creator>rolandg1881</dc:creator>
      <dc:date>2020-10-31T23:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757521#M453854</link>
      <description>&lt;P&gt;This expression should do what you're asking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Value] = {'Workdays'}, &lt;STRONG&gt;[Month] ={'$(=MaxString ([Month] )) ' }&amp;nbsp;&lt;/STRONG&gt;&amp;gt;}[Days])&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 23:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757521#M453854</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-31T23:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757524#M453856</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Looks good but wont work. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Buchungsart] = {'Zeitausgleich'}, [AMS_Monat] ={'$(=MaxString ([AMS_Monat] )) ' } &amp;gt;}[Nettozeit])&lt;/P&gt;&lt;P&gt;if i take this formula:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Buchungsart]={'Zeitausgleich'}&amp;gt;}[Nettozeit])&lt;/P&gt;&lt;P&gt;and chose only July it works but i need to chose March to July for other formulas in the report&lt;/P&gt;&lt;P&gt;AMS_Monat arte the months i chose in the picture but the value for&amp;nbsp;[Nettozeit] and July shows 0 for very row with this formula. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rolandg1881_0-1604188060524.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43299i62CD0F2BECD21722/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rolandg1881_0-1604188060524.png" alt="rolandg1881_0-1604188060524.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 23:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757524#M453856</guid>
      <dc:creator>rolandg1881</dc:creator>
      <dc:date>2020-10-31T23:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757543#M453858</link>
      <description>&lt;P&gt;It works only the ' was wrong.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Value] = {'Workdays'}, [Month] ={$(=MaxString ([Month] )) } &amp;gt;}[Days])&lt;/P&gt;&lt;P&gt;Thaaaaank you!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 10:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-Set-analysis/m-p/1757543#M453858</guid>
      <dc:creator>rolandg1881</dc:creator>
      <dc:date>2020-11-01T10:04:48Z</dc:date>
    </item>
  </channel>
</rss>

