<?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 Transform if in set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362247#M134652</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;You can do this&amp;nbsp; by using flags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a flag in you script like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;if(date_start &amp;lt;= date(vdateNum), and (date_etabl &amp;gt; date(vdateNum) or ISNULL(date_etabl)=-1) and (date_branch &amp;gt; date(vdateNum) or ISNULL(date_etabl) =-1),1,0) as Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;succes,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Halmar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 11:14:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T11:14:52Z</dc:date>
    <item>
      <title>Transform if in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362245#M134650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count( if(date_start &amp;lt;= date(vdateNum), and (date_etabl &amp;gt; date(vdateNum) or ISNULL(date_etabl)=-1) and (date_branch &amp;gt; date(vdateNum) or ISNULL(date_etabl) =-1), employee_id,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can put this in Set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 10:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362245#M134650</guid>
      <dc:creator />
      <dc:date>2012-03-21T10:18:45Z</dc:date>
    </item>
    <item>
      <title>Transform if in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362246#M134651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;count(&lt;/SPAN&gt; {$&amp;lt;date_start = {&amp;gt;=date(vdateNum)}, date_etabl = {&amp;gt;=date(vdateNum), NULL}, date_branch = {&amp;gt;=date(vdateNum), NULL} &amp;gt;} employee_id&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362246#M134651</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-21T11:11:41Z</dc:date>
    </item>
    <item>
      <title>Transform if in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362247#M134652</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;You can do this&amp;nbsp; by using flags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a flag in you script like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;if(date_start &amp;lt;= date(vdateNum), and (date_etabl &amp;gt; date(vdateNum) or ISNULL(date_etabl)=-1) and (date_branch &amp;gt; date(vdateNum) or ISNULL(date_etabl) =-1),1,0) as Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;succes,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Halmar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362247#M134652</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Transform if in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362248#M134653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-if-in-set-Analysis/m-p/362248#M134653</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:16:14Z</dc:date>
    </item>
  </channel>
</rss>

