<?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 if statement into set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611791#M477077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using this if statement in straight table expression 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;lt;'00:10:00','Yes','No')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 05:52:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-08T05:52:55Z</dc:date>
    <item>
      <title>if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611791#M477077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using this if statement in straight table expression 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;lt;'00:10:00','Yes','No')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 05:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611791#M477077</guid>
      <dc:creator />
      <dc:date>2014-05-08T05:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611792#M477078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In your case I would add if(SHIFTSTARTTIME&amp;lt;IN1 and time((IN1-SHIFTSTARTTIME),'hh:mm:ss')&amp;lt;'00:10:00','Yes','No') AS YourDimension in the load script&lt;/P&gt;&lt;P&gt;and then just use it as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how you can convert it to set analysis, just because you don't use aggregation functions like sum, count etc. in this expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611792#M477078</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-08T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611793#M477079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Only({&amp;lt;SHIFTSTARTTIME={"&amp;lt;$(=IN1)"}, IN1-SHIFT={'&amp;lt;00:10:00'}&amp;gt;} 'Yes') &lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;same this expression only change 'Yes'&amp;nbsp; to 'No'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611793#M477079</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-08T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611794#M477080</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: 12px; background-color: #f6f6f6;"&gt;if&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: 12px; background-color: #f6f6f6;"&gt;i want to show if (shiftstarttime&amp;lt;in1, count(employee)) in set&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611794#M477080</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611795#M477081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;if&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;i want to show if (shiftstarttime&amp;lt;in1, count(employee)) in set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;how will i show it&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611795#M477081</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: if statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611796#M477082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;shiftstarttime={&amp;lt;$(=only(in1))}&amp;gt;employee)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-into-set-analysis/m-p/611796#M477082</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-08T08:14:27Z</dc:date>
    </item>
  </channel>
</rss>

