<?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: from if to set analysis statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611852#M1095548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/navneet_nav"&gt;navneet_nav&lt;/A&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Probably it's not good idea to ask same questions. I think you you can just edit previous one&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117642"&gt;if statement into set analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 07:00:18 GMT</pubDate>
    <dc:creator>SergeyMak</dc:creator>
    <dc:date>2014-05-08T07:00:18Z</dc:date>
    <item>
      <title>from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611849#M1095545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used this statement in straight table please , help me to convert this in set analysis&lt;/P&gt;&lt;P&gt;=if(SHIFTSTARTTIME&amp;lt;IN1 and time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;gt;='00:10:00' and time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;lt;'00:20:00','Yes','No') &lt;/P&gt;&lt;P&gt;SHIFTSTARTTIME is the starting time of a shift of a employee&lt;/P&gt;&lt;P&gt;IN1 is the in-time of a employee&lt;/P&gt;&lt;P&gt;by this statement i have successfully showed in front of employees name that if he is late by more than 10 min but&amp;nbsp; less than 20 min than show yes in that column&lt;/P&gt;&lt;P&gt;please help me to convert this statement into set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611849#M1095545</guid>
      <dc:creator />
      <dc:date>2014-05-08T06:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611850#M1095546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is used where you directly can compare with a field. But here in your expression, you have portion like: time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;gt;='00:10:00' which is not really comparison with a single field. Therefore, the entire expression could not be converted to set analysis; it would be mix of set and if I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611850#M1095546</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-08T06:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611851#M1095547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your If expression to the SET expression use variables because there is multiple calculations and it is very hard for converting to SET may be find the combination of If and SET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTimDiff = time((IN1-SHIFTSTARTTIME),'hh:mm:ss');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(SHIFTSTARTTIME&amp;lt;IN1 and time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;gt;='00:10:00' and time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;lt;'00:20:00','Yes','No')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611851#M1095547</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-08T06:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611852#M1095548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/navneet_nav"&gt;navneet_nav&lt;/A&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Probably it's not good idea to ask same questions. I think you you can just edit previous one&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117642"&gt;if statement into set analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611852#M1095548</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-08T07:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611853#M1095549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to put greater than symbol "&amp;gt;" in set analysis&lt;/P&gt;&lt;P&gt;count({&amp;lt;shiftstarttime={'&amp;lt;'(=in1) }&amp;gt;} Employee) &lt;/P&gt;&lt;P&gt;please convert above in correct set analysis&lt;/P&gt;&lt;P&gt;i want to show if (shiftstarttime&amp;lt;in1, count(employee)) in set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611853#M1095549</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611854#M1095550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;shiftstarttime={"&amp;lt;$(=in1)" }&amp;gt;} Employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611854#M1095550</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611855#M1095551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in1 is another field right? Then try:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;shiftstarttime={"=shiftstarttime&amp;gt;in1" }&amp;gt;} Employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611855#M1095551</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-08T07:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611856#M1095552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write 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;"&gt;count({&amp;lt;shiftstarttime={'&amp;lt;$(=in1)' }&amp;gt;} Employee)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611856#M1095552</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-08T07:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: from if to set analysis statement</title>
      <link>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611857#M1095553</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>Thu, 08 May 2014 07:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-if-to-set-analysis-statement/m-p/611857#M1095553</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:27:45Z</dc:date>
    </item>
  </channel>
</rss>

