<?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 troubleshooting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28410#M4701</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;I want to calculate sales when date equals max date of the selected period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone helps me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;For week 2017/44, I want to display sum of the max date of this week, so the sales of the 05/11/2017 (and not the sales of the complete week).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture-SetAnalysis.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192029_Capture-SetAnalysis.JPG" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2018 13:24:18 GMT</pubDate>
    <dc:creator>sarafamiglietti</dc:creator>
    <dc:date>2018-01-31T13:24:18Z</dc:date>
    <item>
      <title>Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28410#M4701</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;I want to calculate sales when date equals max date of the selected period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone helps me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;For week 2017/44, I want to display sum of the max date of this week, so the sales of the 05/11/2017 (and not the sales of the complete week).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture-SetAnalysis.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192029_Capture-SetAnalysis.JPG" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28410#M4701</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-01-31T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28411#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$ &amp;lt;dt_jour={"$(=Date(max(dt_jour)))"}&amp;gt;} nb_transaction)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28411#M4702</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-31T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28412#M4703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(Sum(nb_transaction), dt_jour), -dt_jour)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28412#M4703</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-31T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28413#M4704</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;Formula with FirstSortedValue is working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28413#M4704</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-01-31T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28414#M4705</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;I bounce on my previous question : what would be the formula if I add a cyclic group as dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 15:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28414#M4705</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-02-06T15:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28415#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would need to see what dimensions you have and what is the output you expect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 15:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28415#M4706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-06T15:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28416#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;getcurrentfield('Cyclicgroupname') &lt;/STRONG&gt;if you add cyclic group as dimesnion &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 15:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28416#M4707</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-06T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28417#M4708</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;I had an example on my previous answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 formulas: when I use dimensions in a cyclic group and when I don't use a cyclic group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't hesitate if you need more precision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28417#M4708</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-02-07T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28418#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;dt_jour = {"$(=max(dt_jour))"}&amp;gt;} nb_transaction)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28418#M4709</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-07T12:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28419#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine! Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to understand : &lt;/P&gt;&lt;P&gt;Why my formula did not work? -&amp;gt; Sum({$ &amp;lt;dt_jour={'=max(dt_jour)'}&amp;gt;} nb_transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Set analysis, what is the difference between {'=max(dt_jour)'} and {"$(=max(dt_jour))"}?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28419#M4710</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-02-07T16:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28420#M4711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yours would have worked as a search string (in the past, have been fixed now in the newer version to only use double quotes) &lt;A href="https://community.qlik.com/qlik-blogpost/5335"&gt;Quotes in Set Analysis&lt;/A&gt;. Where as dollar sign expansion gives a single value against which the chart is created. This in your case is the max(dt_jour). &lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28420#M4711</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-07T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28421#M4712</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;Sorry to bother you again but it seems that the previous formula don't work in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I select several period like week 44 and 45 and if I select year_week in my cyclic group, data for week 44 are equal to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me if you need more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28421#M4712</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-02-20T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28422#M4713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached&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/193947_Capture.PNG" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28422#M4713</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-20T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis troubleshooting</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28423#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 09:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-troubleshooting/m-p/28423#M4714</guid>
      <dc:creator>sarafamiglietti</dc:creator>
      <dc:date>2018-02-21T09:13:08Z</dc:date>
    </item>
  </channel>
</rss>

