<?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: function in first part of identifier set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405674#M425703</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;=count(Distinct {&amp;lt;&lt;STRONG&gt;employee&lt;/STRONG&gt;={"=month(min(changedate2))='sep' "}&amp;gt;} employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 10:18:18 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-10-06T10:18:18Z</dc:date>
    <item>
      <title>function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405661#M425690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field with format D-M-YYYY hh:mm:ss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to count the number of employees who have september as first month of appearance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried count({&amp;lt;month(min(datefield))={9}&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}&lt;/SPAN&gt; employeenumber) . &lt;/P&gt;&lt;P&gt;Instead of {9} i tried {'sep'} and {'9'}&amp;nbsp; too but I don't get the correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to use the min and month function this way ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 06:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405661#M425690</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-06T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405662#M425691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the script editor by default SET DateFormat='M/D/YYYY'; will be there but your format is diffrent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change it to &lt;SPAN style="font-size: 13.3333px;"&gt;SET DateFormat='D/M/YYYY'; OR &lt;SPAN style="font-size: 13.3333px;"&gt;SET DateFormat='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D-M-YYYY&lt;/SPAN&gt;';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hopefullt it will work if your expression is correct as per your filed name .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pradosh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 06:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405662#M425691</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-06T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405663#M425692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;count(Distinct {&amp;lt;datefield={"=Month(Min({1} datefield))='Sep' "}&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&amp;gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt; employeenumber)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 06:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405663#M425692</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-06T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405664#M425693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik interprets my datefield correct. Tried it with date#(datefield, 'D-M-YYYY') too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I get "Error in set modifier expression" with a red line below the {&amp;nbsp; of {9}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405664#M425693</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-06T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405665#M425694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I would do this and try&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;'month(min(datefield))'={9}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; employeenumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use distinct if needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405665#M425694</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-06T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405666#M425695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405666#M425695</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-06T07:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405667#M425696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradosh,&lt;/P&gt;&lt;P&gt;In set analysis, LHS of '='; a modifier has to be a script generated field name rather than expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405667#M425696</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-06T07:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405668#M425697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this did not work either. I get a wrong result. It counts every lowest datevalue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405668#M425697</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-06T07:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405669#M425698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i understand that but if he is using a function it should be enclose between single quotes and it is even working for me. please correct me if i am wrong but is it a wrong practice or not at all allowed is Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178818" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/178818_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178801" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178801_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405669#M425698</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-06T07:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405670#M425699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post a sample and lets try with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 08:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405670#M425699</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-06T08:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405671#M425700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to refine my earlier statement a bit.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In set analysis, LHS of '='; a modifier has to be a script generated field name rather than expression.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I would restate it as:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In set analysis, LHS of '='; a modifier has to be a script generated field name &lt;STRONG&gt;OR, an expression that is expanded to a field name&lt;/STRONG&gt;.&lt;/SPAN&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example, QIX parser finds it as a string (since within single quotes) and expect it to be field name which is not there, so QIX shows result irrespective of this non-existing field. In your case, it would result current selection ($) result. And why so? HIC's explanation clarifies that; because Qlik has &lt;STRONG&gt;"forgiving"&lt;/STRONG&gt; syntax rather than a 'strict' one:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;"Qlik usually choose to create a forgiving syntax, since many of our users are business users and not developers. "Forgiving" as in: The software should always make a best effort attempt to understand what the expression means."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 08:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405671#M425700</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-06T08:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405672#M425701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Herewith an example. It counts every employee that has a changedate in septembre, allthough that is not allways the first date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 10:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405672#M425701</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-06T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405673#M425702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to reply to your initial question: no it's not possible to use functions in a set modifier in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The equal sign in a set modifier is not a comparison operator but more like a virtual assignment operator. Meaning that for this set, you temporarily stuff the values listed on the right of the equal sign (the set of field &lt;EM&gt;values&lt;/EM&gt;) into the field on the left, and as a result get a set of values that is then used by the aggregation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QlikView script you cannot assign values to a function call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 10:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405673#M425702</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-06T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405674#M425703</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;=count(Distinct {&amp;lt;&lt;STRONG&gt;employee&lt;/STRONG&gt;={"=month(min(changedate2))='sep' "}&amp;gt;} employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 10:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405674#M425703</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-06T10:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405675#M425704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Checked several employees and they get the correct count.&lt;/P&gt;&lt;P&gt;Still don't quite understand how this works, but I am glad you solved this problem for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will&amp;nbsp; take a course especially for Set Analysis in October, hope I can understand these expressions better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405675#M425704</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-06T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: function in first part of identifier set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405676#M425705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For starters you can check this out for a very basic understanding of set analysis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/function-in-first-part-of-identifier-set-analysis/m-p/1405676#M425705</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-06T11:54:38Z</dc:date>
    </item>
  </channel>
</rss>

