<?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: Trouble on Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457102#M797480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be working and give the same total as the expected output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Account Number] = E({&amp;lt;[ABC Tax Year] = E({&amp;lt;[ABC Tax Year] = {'$(=Max([ABC Tax Year]))'}&amp;gt;})&amp;gt;}), Brokerage = {'no'}, [Invoice Paid] = {'no'}&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the highlighed rows (such as Account Number 88274) are grouped into a single row because in a straight table the dimensions are usually grouped into one... you want to see them as separate rows? then add a dimension which can make them unique....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189241_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 09:57:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-08T09:57:09Z</dc:date>
    <item>
      <title>Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457094#M797468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a relative newbie to Qlikview, and I'd really appreciate some help on a Set Analysis expression I'm trying to write.&amp;nbsp; The basics of what I'm trying to write is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to get a Sum of Total Outstanding for 'ABC Tax Year', for only brand new customers (Account Number).&amp;nbsp; In my data, I have tax years of 2013 - 2017 (current year).&amp;nbsp; I want to grab only Total Outstanding for those new customers (Account Number) who have not purchased in 2013 - 2016.&amp;nbsp; Example, 'if' someone bought in 2016 and again this year, per se, I would NOT want to include their Outstanding balance.&amp;nbsp; And the 'IsInTYTD' field is a 'Yes', as it is a field that identifies the item is purchased via transaction date of 'this' tax year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression at present is below.&amp;nbsp; I am not sure if I can use field [ABC Tax Year] twice in the definition??&amp;nbsp; And when I'm deciding to put set analysis 'inside' of another set analysis, I'm confused.&amp;nbsp; Expression is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum({&amp;lt;[ABC Tax Year] = {'$(=max([ABC Tax Year]))'},IsInTYTD={'Yes'},Count({&amp;lt;[ABC Tax Year]={'2013','2014','2015','2016'}&amp;gt;} DISTINCT [Account Number]) &amp;lt;= 0 &amp;gt;} [Total Outstanding]), '$#,##0') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for any help you might could provide - Happy New Year, ALL&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457094#M797468</guid>
      <dc:creator>lnoble3023</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457095#M797469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="text-decoration: line-through;"&gt;Sum({&amp;lt; [Account Number]= E({&amp;lt;[ABC Tax Year]={2013,2014,2015,2016}&amp;gt;}), [ABC Tax Year]={2017},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;IsInTYTD={'Yes'}&lt;/SPAN&gt;&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="text-align: center;"&gt;&lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: line-through;"&gt;sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[Account Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;=p({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[ABC Tax Year]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;={2017}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[Account Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;), &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[Account Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;=e({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[ABC Tax Year]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;={2013,2014,2015,2016}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;[Account Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;)&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG style="text-decoration: line-through;"&gt;[Total Outstanding])&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if it's not helpful then please can you attach the sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 19:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457095#M797469</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-12-31T19:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457096#M797470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Account Number] = E({&amp;lt;[ABC Tax Year] = E({&amp;lt;[ABC Tax Year] = {'$(=Max([ABC Tax Year]))'}&amp;gt;})&amp;gt;}), IsInTYTD={'Yes'},&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 22:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457096#M797470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-31T22:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457097#M797471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain this. I am not sure i understand how you applied the logic here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 04:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457097#M797471</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-01T04:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457098#M797472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make the exclusion of Account Numbers which are present in years 2013-2016 as dynamic as they could.... I guess it can be simplified to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[Account Number] = E({&amp;lt;[ABC Tax Year] = {'$(='&amp;lt;=' &amp;amp; Max([ABC Tax Year]))'}&amp;gt;}), IsInTYTD={'Yes'},&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my goal below (in red) was to exclude max year from ABC Tax Year&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[Account Number] = E({&amp;lt;[ABC Tax Year] = &lt;SPAN style="color: #ff0000;"&gt;E({&amp;lt;[ABC Tax Year] = {'$(=Max([ABC Tax Year]))'}&amp;gt;})&lt;/SPAN&gt;&amp;gt;}), IsInTYTD={'Yes'},&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then exclude Account Number present in those years from the calculations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[Account Number] = &lt;SPAN style="color: #339966;"&gt;E({&amp;lt;[ABC Tax Year] =&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;E({&amp;lt;[ABC Tax Year] = {'$(=Max([ABC Tax Year]))'}&amp;gt;})&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&amp;gt;})&lt;/SPAN&gt;, IsInTYTD={'Yes'},&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to do similar to what &lt;A href="https://community.qlik.com/people/mdmukramali"&gt;mdmukramali&lt;/A&gt;, but just tried to make the max year more dynamic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 17:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457098#M797472</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-01T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457099#M797473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's great application of e() function . Never knew it can be used as this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comma after {'Yes'} is it there by mistake ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt; Learning new things from you everyday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 17:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457099#M797473</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-01T17:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457100#M797474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2018 18:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457100#M797474</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-01T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457101#M797476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Apologies for the slow response.&amp;nbsp; I was away for a couple of days at the new year, then had been working and looking at what you guys had provided as answers…with a coworker.&amp;nbsp; Thanks so much for the responses – it is sincerely appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I was able to get Mukram’s script to work.&amp;nbsp; Then I found 3 more filters I needed to add.&amp;nbsp; Also adding ‘not’ [Brokerage], [Invoice Paid] = {‘no’}, and [Total Outstanding] &amp;gt; 0.&amp;nbsp; When I add those, I can’t seem to get it to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I again really appreciate both of your help and time on this.&amp;nbsp; If you are still available to help me, I’ve added a spreadsheet with some test data – thinking this might make it easier.&amp;nbsp; I’m pretty stumped on what to do next&amp;nbsp; :o( Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Lee&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 07:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457101#M797476</guid>
      <dc:creator>lnoble3023</dc:creator>
      <dc:date>2018-01-08T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457102#M797480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be working and give the same total as the expected output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Account Number] = E({&amp;lt;[ABC Tax Year] = E({&amp;lt;[ABC Tax Year] = {'$(=Max([ABC Tax Year]))'}&amp;gt;})&amp;gt;}), Brokerage = {'no'}, [Invoice Paid] = {'no'}&amp;gt;}[Total Outstanding])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the highlighed rows (such as Account Number 88274) are grouped into a single row because in a straight table the dimensions are usually grouped into one... you want to see them as separate rows? then add a dimension which can make them unique....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189241_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457102#M797480</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457103#M797481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, and it works perfectly!&amp;nbsp; Thank you sooo much for the help.&amp;nbsp; I would have never figured this out without your help.&amp;nbsp; Thanks again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you by chance have any recommendations of sites or trainings that I could take to help me with better learning Qlikview scripting??&amp;nbsp; Any ideas would be welcomed. Again, many thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 02:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457103#M797481</guid>
      <dc:creator>lnoble3023</dc:creator>
      <dc:date>2018-01-10T02:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble on Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457104#M797482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad it worked... I would request you to close this thread down by marking correct and any helpful responses&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to the training part, I think the best way for you to learn would be to take active part in the community. You will be surprised how quickly you will learn new things when you try to help others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, read the blogs by &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ and specifically for Set Analysis, you can read this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 09:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-on-Set-Analysis/m-p/1457104#M797482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T09:05:15Z</dc:date>
    </item>
  </channel>
</rss>

